Html Css Color HEX #FCC5D0 Pink

📋 copy color: '#FCC5D0'

red 252 ◦ green 197 ◦ blue 208

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

Shades of Pink #FCC5D0

Tints of Pink #FCC5D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 31.66%

R = 38.36%
G = 29.98%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FCC5D0 (or 0xFCC5D0) is known color: Pink. HEX triplet: FC, C5 and D0. RGB value is (252,197,208). Sum of RGB (Red+Green+Blue) = 252+197+208=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 197 (77.34% from 255 or 29.98% from 657); Blue value is 208 (81.64% from 255 or 31.66% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC5D0 is #033A2F. Grayscale: #D6D6D6. Windows color (decimal): -211504 or 13682172. OLE color: 13682172.

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

Color convert

RGB 252 197 208 -
CMYK 0 0.22 0.17 0.01
HSL 348º 0.9% 0.88% -
HSV(B) 348º 0.22% 0.99% -
XYZ 71.5 65.18 68.49 -
YUV 214.7 124.22 154.61 -
System Red Green Blue C M Y K H S L
Decimal 252 197 208 0 0.22 0.17 0.01 348 0.9 0.88
Hex FC C5 D0 0 16 11 1 15C 5A 58
Octal 374 305 320 0 26 21 1 534 132 130
Binary 11111100 11000101 11010000 0 10110 10001 1 101011100 1011010 1011000

Color Harmonies of #FCC5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC5D0

Black with #FCC5D0

Text Example


Text Example

White with #FCC5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC5D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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