Html Css Color HEX #FDC2EA Classic Rose

📋 copy color: '#FDC2EA'

red 253 ◦ green 194 ◦ blue 234

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

Shades of Classic Rose #FDC2EA

Tints of Classic Rose #FDC2EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.36%

R = 37.15%
G = 28.49%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FDC2EA (or 0xFDC2EA) is known color: Classic Rose. HEX triplet: FD, C2 and EA. RGB value is (253,194,234). Sum of RGB (Red+Green+Blue) = 253+194+234=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 194 (76.17% from 255 or 28.49% from 681); Blue value is 234 (91.80% from 255 or 34.36% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC2EA is #023D15. Grayscale: #D8D8D8. Windows color (decimal): -146710 or 15385341. OLE color: 15385341.

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

Color convert

RGB 253 194 234 -
CMYK 0 0.23 0.08 0.01
HSL 319.32º 0.94% 0.88% -
HSV(B) 319.32º 0.23% 0.99% -
XYZ 74.65 65.41 86.53 -
YUV 216.2 138.05 154.25 -
System Red Green Blue C M Y K H S L
Decimal 253 194 234 0 0.23 0.08 0.01 319.32 0.94 0.88
Hex FD C2 EA 0 17 8 1 13F 5E 58
Octal 375 302 352 0 27 10 1 477 136 130
Binary 11111101 11000010 11101010 0 10111 1000 1 100111111 1011110 1011000

Color Harmonies of #FDC2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC2EA

Black with #FDC2EA

Text Example


Text Example

White with #FDC2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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