Html Css Color HEX #FCC4CE Pink

📋 copy color: '#FCC4CE'

red 252 ◦ green 196 ◦ blue 206

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

Shades of Pink #FCC4CE

Tints of Pink #FCC4CE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 29.97%

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

R = 38.53%
G = 29.97%
B = 31.5%

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

#FCC4CE (or 0xFCC4CE) is known color: Pink. HEX triplet: FC, C4 and CE. RGB value is (252,196,206). Sum of RGB (Red+Green+Blue) = 252+196+206=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 196 (76.95% from 255 or 29.97% from 654); Blue value is 206 (80.86% from 255 or 31.50% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC4CE is #033B31. Grayscale: #D5D5D5. Windows color (decimal): -211762 or 13550844. OLE color: 13550844.

HSL color Cylindrical-coordinate representation of color #FCC4CE: hue angle of 349.29º 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 #FCC4CE is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 196 206 -
CMYK 0 0.22 0.18 0.01
HSL 349.29º 0.9% 0.88% -
HSV(B) 349.29º 0.22% 0.99% -
XYZ 71.03 64.63 67.12 -
YUV 213.88 123.55 155.19 -
System Red Green Blue C M Y K H S L
Decimal 252 196 206 0 0.22 0.18 0.01 349.29 0.9 0.88
Hex FC C4 CE 0 16 12 1 15D 5A 58
Octal 374 304 316 0 26 22 1 535 132 130
Binary 11111100 11000100 11001110 0 10110 10010 1 101011101 1011010 1011000

Color Harmonies of #FCC4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC4CE

Black with #FCC4CE

Text Example


Text Example

White with #FCC4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC4CE; }

 p { color: rgb(252,196,206); }

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

background-color css

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

 a { background-color: rgb(252,196,206); }

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

border-color css

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

 span { border-color: rgb(252,196,206); }

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