Html Css Color HEX #FFC0C9 Pink

📋 copy color: '#FFC0C9'

red 255 ◦ green 192 ◦ blue 201

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

Shades of Pink #FFC0C9

Tints of Pink #FFC0C9

RGB

 RED value IS 255 (100% from 255) = 39.35%

 GREEN value IS 192 (75.39% from 255) = 29.63%

 BLUE value IS 201 (78.91% from 255) = 31.02%

R = 39.35%
G = 29.63%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FFC0C9 (or 0xFFC0C9) is known color: Pink. HEX triplet: FF, C0 and C9. RGB value is (255,192,201). Sum of RGB (Red+Green+Blue) = 255+192+201=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 192 (75.39% from 255 or 29.63% from 648); Blue value is 201 (78.91% from 255 or 31.02% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0C9 is #003F36. Grayscale: #D3D3D3. Windows color (decimal): -16183 or 13222143. OLE color: 13222143.

HSL color Cylindrical-coordinate representation of color #FFC0C9: hue angle of 351.43º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFC0C9 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB 255 192 201 -
CMYK 0 0.25 0.21 0
HSL 351.43º 1% 0.88% -
HSV(B) 351.43º 0.25% 1% -
XYZ 70.63 63.18 63.73 -
YUV 211.86 121.87 158.77 -
System Red Green Blue C M Y K H S L
Decimal 255 192 201 0 0.25 0.21 0 351.43 1 0.88
Hex FF C0 C9 0 19 15 0 15F 64 58
Octal 377 300 311 0 31 25 0 537 144 130
Binary 11111111 11000000 11001001 0 11001 10101 0 101011111 1100100 1011000

Color Harmonies of #FFC0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC0C9

Black with #FFC0C9

Text Example


Text Example

White with #FFC0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC0C9; }

 p { color: rgb(255,192,201); }

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

background-color css

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

 a { background-color: rgb(255,192,201); }

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

border-color css

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

 span { border-color: rgb(255,192,201); }

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