Html Css Color HEX #FDCAE8 Classic Rose

📋 copy color: '#FDCAE8'

red 253 ◦ green 202 ◦ blue 232

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

Shades of Classic Rose #FDCAE8

Tints of Classic Rose #FDCAE8

RGB

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

 GREEN value IS 202 (79.3% from 255) = 29.4%

 BLUE value IS 232 (91.02% from 255) = 33.77%

R = 36.83%
G = 29.4%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FDCAE8 (or 0xFDCAE8) is known color: Classic Rose. HEX triplet: FD, CA and E8. RGB value is (253,202,232). Sum of RGB (Red+Green+Blue) = 253+202+232=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 202 (79.30% from 255 or 29.40% from 687); Blue value is 232 (91.02% from 255 or 33.77% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCAE8 is #023517. Grayscale: #DCDCDC. Windows color (decimal): -144664 or 15256317. OLE color: 15256317.

HSL color Cylindrical-coordinate representation of color #FDCAE8: hue angle of 324.71º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDCAE8 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 202 232 -
CMYK 0 0.20 0.08 0.01
HSL 324.71º 0.93% 0.89% -
HSV(B) 324.71º 0.2% 0.99% -
XYZ 76.19 68.95 85.64 -
YUV 220.67 134.4 151.06 -
System Red Green Blue C M Y K H S L
Decimal 253 202 232 0 0.20 0.08 0.01 324.71 0.93 0.89
Hex FD CA E8 0 14 8 1 145 5D 59
Octal 375 312 350 0 24 10 1 505 135 131
Binary 11111101 11001010 11101000 0 10100 1000 1 101000101 1011101 1011001

Color Harmonies of #FDCAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCAE8

Black with #FDCAE8

Text Example


Text Example

White with #FDCAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCAE8; }

 p { color: rgb(253,202,232); }

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

background-color css

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

 a { background-color: rgb(253,202,232); }

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

border-color css

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

 span { border-color: rgb(253,202,232); }

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