Html Css Color HEX #FFC0CE Pink

📋 copy color: '#FFC0CE'

red 255 ◦ green 192 ◦ blue 206

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

Shades of Pink #FFC0CE

Tints of Pink #FFC0CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.55%

R = 39.05%
G = 29.4%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FFC0CE (or 0xFFC0CE) is known color: Pink. HEX triplet: FF, C0 and CE. RGB value is (255,192,206). Sum of RGB (Red+Green+Blue) = 255+192+206=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 192 (75.39% from 255 or 29.40% from 653); Blue value is 206 (80.86% from 255 or 31.55% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0CE is #003F31. Grayscale: #D4D4D4. Windows color (decimal): -16178 or 13549823. OLE color: 13549823.

HSL color Cylindrical-coordinate representation of color #FFC0CE: hue angle of 346.67º 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 #FFC0CE is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 255 192 206 -
CMYK 0 0.25 0.19 0
HSL 346.67º 1% 0.88% -
HSV(B) 346.67º 0.25% 1% -
XYZ 71.23 63.42 66.88 -
YUV 212.43 124.37 158.36 -
System Red Green Blue C M Y K H S L
Decimal 255 192 206 0 0.25 0.19 0 346.67 1 0.88
Hex FF C0 CE 0 19 13 0 15B 64 58
Octal 377 300 316 0 31 23 0 533 144 130
Binary 11111111 11000000 11001110 0 11001 10011 0 101011011 1100100 1011000

Color Harmonies of #FFC0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC0CE

Black with #FFC0CE

Text Example


Text Example

White with #FFC0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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