Html Css Color HEX #FDC4CC Pink

📋 copy color: '#FDC4CC'

red 253 ◦ green 196 ◦ blue 204

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

Shades of Pink #FDC4CC

Tints of Pink #FDC4CC

RGB

 RED value IS 253 (99.22% from 255) = 38.74%

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

 BLUE value IS 204 (80.08% from 255) = 31.24%

R = 38.74%
G = 30.02%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FDC4CC (or 0xFDC4CC) is known color: Pink. HEX triplet: FD, C4 and CC. RGB value is (253,196,204). Sum of RGB (Red+Green+Blue) = 253+196+204=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 196 (76.95% from 255 or 30.02% from 653); Blue value is 204 (80.08% from 255 or 31.24% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC4CC is #023B33. Grayscale: #D5D5D5. Windows color (decimal): -146228 or 13419773. OLE color: 13419773.

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

Color convert

RGB 253 196 204 -
CMYK 0 0.23 0.19 0.01
HSL 351.58º 0.93% 0.88% -
HSV(B) 351.58º 0.23% 0.99% -
XYZ 71.15 64.72 65.87 -
YUV 213.96 122.38 155.85 -
System Red Green Blue C M Y K H S L
Decimal 253 196 204 0 0.23 0.19 0.01 351.58 0.93 0.88
Hex FD C4 CC 0 17 13 1 160 5D 58
Octal 375 304 314 0 27 23 1 540 135 130
Binary 11111101 11000100 11001100 0 10111 10011 1 101100000 1011101 1011000

Color Harmonies of #FDC4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC4CC

Black with #FDC4CC

Text Example


Text Example

White with #FDC4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC4CC; }

 p { color: rgb(253,196,204); }

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

background-color css

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

 a { background-color: rgb(253,196,204); }

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

border-color css

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

 span { border-color: rgb(253,196,204); }

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