Html Css Color HEX #FDC5CC Pink

📋 copy color: '#FDC5CC'

red 253 ◦ green 197 ◦ blue 204

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

Shades of Pink #FDC5CC

Tints of Pink #FDC5CC

RGB

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

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

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

R = 38.69%
G = 30.12%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FDC5CC (or 0xFDC5CC) is known color: Pink. HEX triplet: FD, C5 and CC. RGB value is (253,197,204). Sum of RGB (Red+Green+Blue) = 253+197+204=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 197 (77.34% from 255 or 30.12% from 654); Blue value is 204 (80.08% from 255 or 31.19% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC5CC is #023A33. Grayscale: #D6D6D6. Windows color (decimal): -145972 or 13420029. OLE color: 13420029.

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

Color convert

RGB 253 197 204 -
CMYK 0 0.22 0.19 0.01
HSL 352.5º 0.93% 0.88% -
HSV(B) 352.5º 0.22% 0.99% -
XYZ 71.37 65.17 65.94 -
YUV 214.54 122.05 155.43 -
System Red Green Blue C M Y K H S L
Decimal 253 197 204 0 0.22 0.19 0.01 352.5 0.93 0.88
Hex FD C5 CC 0 16 13 1 160 5D 58
Octal 375 305 314 0 26 23 1 540 135 130
Binary 11111101 11000101 11001100 0 10110 10011 1 101100000 1011101 1011000

Color Harmonies of #FDC5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC5CC

Black with #FDC5CC

Text Example


Text Example

White with #FDC5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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