Html Css Color HEX #FCC5CF Pink

📋 copy color: '#FCC5CF'

red 252 ◦ green 197 ◦ blue 207

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

Shades of Pink #FCC5CF

Tints of Pink #FCC5CF

RGB

 RED value IS 252 (98.83% from 255) = 38.41%

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

 BLUE value IS 207 (81.25% from 255) = 31.55%

R = 38.41%
G = 30.03%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FCC5CF (or 0xFCC5CF) is known color: Pink. HEX triplet: FC, C5 and CF. RGB value is (252,197,207). Sum of RGB (Red+Green+Blue) = 252+197+207=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 197 (77.34% from 255 or 30.03% from 656); Blue value is 207 (81.25% from 255 or 31.55% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC5CF is #033A30. Grayscale: #D6D6D6. Windows color (decimal): -211505 or 13616636. OLE color: 13616636.

HSL color Cylindrical-coordinate representation of color #FCC5CF: hue angle of 349.09º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCC5CF is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 197 207 -
CMYK 0 0.22 0.18 0.01
HSL 349.09º 0.9% 0.88% -
HSV(B) 349.09º 0.22% 0.99% -
XYZ 71.37 65.13 67.84 -
YUV 214.59 123.72 154.69 -
System Red Green Blue C M Y K H S L
Decimal 252 197 207 0 0.22 0.18 0.01 349.09 0.9 0.88
Hex FC C5 CF 0 16 12 1 15D 5A 58
Octal 374 305 317 0 26 22 1 535 132 130
Binary 11111100 11000101 11001111 0 10110 10010 1 101011101 1011010 1011000

Color Harmonies of #FCC5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC5CF

Black with #FCC5CF

Text Example


Text Example

White with #FCC5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC5CF; }

 p { color: rgb(252,197,207); }

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

background-color css

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

 a { background-color: rgb(252,197,207); }

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

border-color css

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

 span { border-color: rgb(252,197,207); }

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