Html Css Color HEX #F6A4CB Carnation Pink

📋 copy color: '#F6A4CB'

red 246 ◦ green 164 ◦ blue 203

#F6A4CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carnation Pink #F6A4CB

Tints of Carnation Pink #F6A4CB

RGB

 RED value IS 246 (96.48% from 255) = 40.13%

 GREEN value IS 164 (64.45% from 255) = 26.75%

 BLUE value IS 203 (79.69% from 255) = 33.12%

R = 40.13%
G = 26.75%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F6A4CB (or 0xF6A4CB) is known color: Carnation Pink. HEX triplet: F6, A4 and CB. RGB value is (246,164,203). Sum of RGB (Red+Green+Blue) = 246+164+203=613 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.13% from 613); Green value is 164 (64.45% from 255 or 26.75% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A4CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A4CB is #095B34. Grayscale: #C0C0C0. Windows color (decimal): -613173 or 13346038. OLE color: 13346038.

HSL color Cylindrical-coordinate representation of color #F6A4CB: hue angle of 331.46º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F6A4CB is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 164 203 -
CMYK 0 0.33 0.17 0.04
HSL 331.46º 0.82% 0.8% -
HSV(B) 331.46º 0.33% 0.96% -
XYZ 62.06 50.46 62.97 -
YUV 192.96 133.67 165.83 -
System Red Green Blue C M Y K H S L
Decimal 246 164 203 0 0.33 0.17 0.04 331.46 0.82 0.8
Hex F6 A4 CB 0 21 11 4 14B 52 50
Octal 366 244 313 0 41 21 4 513 122 120
Binary 11110110 10100100 11001011 0 100001 10001 100 101001011 1010010 1010000

Color Harmonies of #F6A4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A4CB

Black with #F6A4CB

Text Example


Text Example

White with #F6A4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A4CB; }

 p { color: rgb(246,164,203); }

 H1.HeaderClassName
 {
   color: #F6A4CB;
 }
 .AnyTagClassName
 {
   color: #F6A4CB;
 }
</style>

background-color css

<style>
 a { background-color: #F6A4CB; }

 a { background-color: rgb(246,164,203); }

 div.DivClassName
 {
   background-color: #F6A4CB;
 }
 .BgClassName
 {
   background-color: #F6A4CB;
 }
</style>

border-color css

<style>
 span { border-color: #F6A4CB; }

 span { border-color: rgb(246,164,203); }

 td.TdClassName
 {
   border-color: #F6A4CB;
 }
 .TagClassName
 {
   border-color: #F6A4CB;
 }
</style>