Html Css Color HEX #FFC5CE Pink

📋 copy color: '#FFC5CE'

red 255 ◦ green 197 ◦ blue 206

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

Shades of Pink #FFC5CE

Tints of Pink #FFC5CE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 29.94%

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

R = 38.75%
G = 29.94%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FFC5CE (or 0xFFC5CE) is known color: Pink. HEX triplet: FF, C5 and CE. RGB value is (255,197,206). Sum of RGB (Red+Green+Blue) = 255+197+206=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 197 (77.34% from 255 or 29.94% from 658); Blue value is 206 (80.86% from 255 or 31.31% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC5CE is #003A31. Grayscale: #D7D7D7. Windows color (decimal): -14898 or 13551103. OLE color: 13551103.

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

Color convert

RGB 255 197 206 -
CMYK 0 0.23 0.19 0
HSL 350.69º 1% 0.89% -
HSV(B) 350.69º 0.23% 1% -
XYZ 72.35 65.65 67.25 -
YUV 215.37 122.72 156.27 -
System Red Green Blue C M Y K H S L
Decimal 255 197 206 0 0.23 0.19 0 350.69 1 0.89
Hex FF C5 CE 0 17 13 0 15F 64 59
Octal 377 305 316 0 27 23 0 537 144 131
Binary 11111111 11000101 11001110 0 10111 10011 0 101011111 1100100 1011001

Color Harmonies of #FFC5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC5CE

Black with #FFC5CE

Text Example


Text Example

White with #FFC5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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