Html Css Color HEX #FDC3DD Classic Rose

📋 copy color: '#FDC3DD'

red 253 ◦ green 195 ◦ blue 221

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

Shades of Classic Rose #FDC3DD

Tints of Classic Rose #FDC3DD

RGB

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

 GREEN value IS 195 (76.56% from 255) = 29.15%

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

R = 37.82%
G = 29.15%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDC3DD (or 0xFDC3DD) is known color: Classic Rose. HEX triplet: FD, C3 and DD. RGB value is (253,195,221). Sum of RGB (Red+Green+Blue) = 253+195+221=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 195 (76.56% from 255 or 29.15% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC3DD is #023C22. Grayscale: #D7D7D7. Windows color (decimal): -146467 or 14533629. OLE color: 14533629.

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

Color convert

RGB 253 195 221 -
CMYK 0 0.23 0.13 0.01
HSL 333.1º 0.94% 0.88% -
HSV(B) 333.1º 0.23% 0.99% -
XYZ 73.07 65.13 77.13 -
YUV 215.31 131.22 154.89 -
System Red Green Blue C M Y K H S L
Decimal 253 195 221 0 0.23 0.13 0.01 333.1 0.94 0.88
Hex FD C3 DD 0 17 D 1 14D 5E 58
Octal 375 303 335 0 27 15 1 515 136 130
Binary 11111101 11000011 11011101 0 10111 1101 1 101001101 1011110 1011000

Color Harmonies of #FDC3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC3DD

Black with #FDC3DD

Text Example


Text Example

White with #FDC3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC3DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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