Html Css Color HEX #FCC4D2 Pink

📋 copy color: '#FCC4D2'

red 252 ◦ green 196 ◦ blue 210

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

Shades of Pink #FCC4D2

Tints of Pink #FCC4D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 31.91%

R = 38.3%
G = 29.79%
B = 31.91%

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

#FCC4D2 (or 0xFCC4D2) is known color: Pink. HEX triplet: FC, C4 and D2. RGB value is (252,196,210). Sum of RGB (Red+Green+Blue) = 252+196+210=658 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.30% from 658); Green value is 196 (76.95% from 255 or 29.79% from 658); Blue value is 210 (82.42% from 255 or 31.91% from 658); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC4D2 is #033B2D. Grayscale: #D6D6D6. Windows color (decimal): -211758 or 13812988. OLE color: 13812988.

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

Color convert

RGB 252 196 210 -
CMYK 0 0.22 0.17 0.01
HSL 345º 0.9% 0.88% -
HSV(B) 345º 0.22% 0.99% -
XYZ 71.52 64.83 69.72 -
YUV 214.34 125.55 154.86 -
System Red Green Blue C M Y K H S L
Decimal 252 196 210 0 0.22 0.17 0.01 345 0.9 0.88
Hex FC C4 D2 0 16 11 1 159 5A 58
Octal 374 304 322 0 26 21 1 531 132 130
Binary 11111100 11000100 11010010 0 10110 10001 1 101011001 1011010 1011000

Color Harmonies of #FCC4D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC4D2

Black with #FCC4D2

Text Example


Text Example

White with #FCC4D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC4D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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