Html Css Color HEX #FDC2EE Classic Rose

📋 copy color: '#FDC2EE'

red 253 ◦ green 194 ◦ blue 238

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

Shades of Classic Rose #FDC2EE

Tints of Classic Rose #FDC2EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.74%

R = 36.93%
G = 28.32%
B = 34.74%

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

#FDC2EE (or 0xFDC2EE) is known color: Classic Rose. HEX triplet: FD, C2 and EE. RGB value is (253,194,238). Sum of RGB (Red+Green+Blue) = 253+194+238=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 194 (76.17% from 255 or 28.32% from 685); Blue value is 238 (93.36% from 255 or 34.74% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC2EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC2EE is #023D11. Grayscale: #D8D8D8. Windows color (decimal): -146706 or 15647485. OLE color: 15647485.

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

Color convert

RGB 253 194 238 -
CMYK 0 0.23 0.06 0.01
HSL 315.25º 0.94% 0.88% -
HSV(B) 315.25º 0.23% 0.99% -
XYZ 75.23 65.64 89.59 -
YUV 216.66 140.05 153.92 -
System Red Green Blue C M Y K H S L
Decimal 253 194 238 0 0.23 0.06 0.01 315.25 0.94 0.88
Hex FD C2 EE 0 17 6 1 13B 5E 58
Octal 375 302 356 0 27 6 1 473 136 130
Binary 11111101 11000010 11101110 0 10111 110 1 100111011 1011110 1011000

Color Harmonies of #FDC2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC2EE

Black with #FDC2EE

Text Example


Text Example

White with #FDC2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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