Html Css Color HEX #FDC2ED Classic Rose

📋 copy color: '#FDC2ED'

red 253 ◦ green 194 ◦ blue 237

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

Shades of Classic Rose #FDC2ED

Tints of Classic Rose #FDC2ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.65%

R = 36.99%
G = 28.36%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FDC2ED (or 0xFDC2ED) is known color: Classic Rose. HEX triplet: FD, C2 and ED. RGB value is (253,194,237). Sum of RGB (Red+Green+Blue) = 253+194+237=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 194 (76.17% from 255 or 28.36% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC2ED is #023D12. Grayscale: #D8D8D8. Windows color (decimal): -146707 or 15581949. OLE color: 15581949.

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

Color convert

RGB 253 194 237 -
CMYK 0 0.23 0.06 0.01
HSL 316.27º 0.94% 0.88% -
HSV(B) 316.27º 0.23% 0.99% -
XYZ 75.09 65.58 88.82 -
YUV 216.54 139.55 154 -
System Red Green Blue C M Y K H S L
Decimal 253 194 237 0 0.23 0.06 0.01 316.27 0.94 0.88
Hex FD C2 ED 0 17 6 1 13C 5E 58
Octal 375 302 355 0 27 6 1 474 136 130
Binary 11111101 11000010 11101101 0 10111 110 1 100111100 1011110 1011000

Color Harmonies of #FDC2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC2ED

Black with #FDC2ED

Text Example


Text Example

White with #FDC2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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