Html Css Color HEX #FDC5DD Classic Rose

📋 copy color: '#FDC5DD'

red 253 ◦ green 197 ◦ blue 221

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

Shades of Classic Rose #FDC5DD

Tints of Classic Rose #FDC5DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 32.94%

R = 37.7%
G = 29.36%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDC5DD (or 0xFDC5DD) is known color: Classic Rose. HEX triplet: FD, C5 and DD. RGB value is (253,197,221). Sum of RGB (Red+Green+Blue) = 253+197+221=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 197 (77.34% from 255 or 29.36% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC5DD is #023A22. Grayscale: #D8D8D8. Windows color (decimal): -145955 or 14534141. OLE color: 14534141.

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

Color convert

RGB 253 197 221 -
CMYK 0 0.22 0.13 0.01
HSL 334.29º 0.93% 0.88% -
HSV(B) 334.29º 0.22% 0.99% -
XYZ 73.53 66.04 77.28 -
YUV 216.48 130.55 154.05 -
System Red Green Blue C M Y K H S L
Decimal 253 197 221 0 0.22 0.13 0.01 334.29 0.93 0.88
Hex FD C5 DD 0 16 D 1 14E 5D 58
Octal 375 305 335 0 26 15 1 516 135 130
Binary 11111101 11000101 11011101 0 10110 1101 1 101001110 1011101 1011000

Color Harmonies of #FDC5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC5DD

Black with #FDC5DD

Text Example


Text Example

White with #FDC5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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