Html Css Color HEX #FDEEE8 Rose White

📋 copy color: '#FDEEE8'

red 253 ◦ green 238 ◦ blue 232

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

Shades of Rose White #FDEEE8

Tints of Rose White #FDEEE8

RGB

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

 GREEN value IS 238 (93.36% from 255) = 32.92%

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

R = 34.99%
G = 32.92%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FDEEE8 (or 0xFDEEE8) is known color: Rose White. HEX triplet: FD, EE and E8. RGB value is (253,238,232). Sum of RGB (Red+Green+Blue) = 253+238+232=723 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.99% from 723); Green value is 238 (93.36% from 255 or 32.92% from 723); Blue value is 232 (91.02% from 255 or 32.09% from 723); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEEE8 is #021117. Grayscale: #F1F1F1. Windows color (decimal): -135448 or 15265533. OLE color: 15265533.

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

Color convert

RGB 253 238 232 -
CMYK 0 0.06 0.08 0.01
HSL 17.14º 0.84% 0.95% -
HSV(B) 17.14º 0.08% 0.99% -
XYZ 85.65 87.86 88.79 -
YUV 241.8 122.47 135.99 -
System Red Green Blue C M Y K H S L
Decimal 253 238 232 0 0.06 0.08 0.01 17.14 0.84 0.95
Hex FD EE E8 0 6 8 1 11 54 5F
Octal 375 356 350 0 6 10 1 21 124 137
Binary 11111101 11101110 11101000 0 110 1000 1 10001 1010100 1011111

Color Harmonies of #FDEEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEEE8

Black with #FDEEE8

Text Example


Text Example

White with #FDEEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEEE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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