Html Css Color HEX #FDCEE8 Classic Rose

📋 copy color: '#FDCEE8'

red 253 ◦ green 206 ◦ blue 232

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

Shades of Classic Rose #FDCEE8

Tints of Classic Rose #FDCEE8

RGB

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

 GREEN value IS 206 (80.86% from 255) = 29.81%

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

R = 36.61%
G = 29.81%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FDCEE8 (or 0xFDCEE8) is known color: Classic Rose. HEX triplet: FD, CE and E8. RGB value is (253,206,232). Sum of RGB (Red+Green+Blue) = 253+206+232=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 206 (80.86% from 255 or 29.81% from 691); Blue value is 232 (91.02% from 255 or 33.57% from 691); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCEE8 is #023117. Grayscale: #DEDEDE. Windows color (decimal): -143640 or 15257341. OLE color: 15257341.

HSL color Cylindrical-coordinate representation of color #FDCEE8: hue angle of 326.81º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDCEE8 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 206 232 -
CMYK 0 0.19 0.08 0.01
HSL 326.81º 0.92% 0.9% -
HSV(B) 326.81º 0.19% 0.99% -
XYZ 77.14 70.85 85.95 -
YUV 223.02 133.07 149.39 -
System Red Green Blue C M Y K H S L
Decimal 253 206 232 0 0.19 0.08 0.01 326.81 0.92 0.9
Hex FD CE E8 0 13 8 1 147 5C 5A
Octal 375 316 350 0 23 10 1 507 134 132
Binary 11111101 11001110 11101000 0 10011 1000 1 101000111 1011100 1011010

Color Harmonies of #FDCEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCEE8

Black with #FDCEE8

Text Example


Text Example

White with #FDCEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCEE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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