Html Css Color HEX #FDC2DE Classic Rose

📋 copy color: '#FDC2DE'

red 253 ◦ green 194 ◦ blue 222

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

Shades of Classic Rose #FDC2DE

Tints of Classic Rose #FDC2DE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29%

 BLUE value IS 222 (87.11% from 255) = 33.18%

R = 37.82%
G = 29%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FDC2DE (or 0xFDC2DE) is known color: Classic Rose. HEX triplet: FD, C2 and DE. RGB value is (253,194,222). Sum of RGB (Red+Green+Blue) = 253+194+222=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 194 (76.17% from 255 or 29.00% from 669); Blue value is 222 (87.11% from 255 or 33.18% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC2DE is #023D21. Grayscale: #D6D6D6. Windows color (decimal): -146722 or 14598909. OLE color: 14598909.

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

Color convert

RGB 253 194 222 -
CMYK 0 0.23 0.12 0.01
HSL 331.53º 0.94% 0.88% -
HSV(B) 331.53º 0.23% 0.99% -
XYZ 72.98 64.74 77.76 -
YUV 214.83 132.05 155.22 -
System Red Green Blue C M Y K H S L
Decimal 253 194 222 0 0.23 0.12 0.01 331.53 0.94 0.88
Hex FD C2 DE 0 17 C 1 14C 5E 58
Octal 375 302 336 0 27 14 1 514 136 130
Binary 11111101 11000010 11011110 0 10111 1100 1 101001100 1011110 1011000

Color Harmonies of #FDC2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC2DE

Black with #FDC2DE

Text Example


Text Example

White with #FDC2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC2DE; }

 p { color: rgb(253,194,222); }

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

background-color css

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

 a { background-color: rgb(253,194,222); }

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

border-color css

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

 span { border-color: rgb(253,194,222); }

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