Html Css Color HEX #FDEEE5 Rose White

📋 copy color: '#FDEEE5'

red 253 ◦ green 238 ◦ blue 229

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

Shades of Rose White #FDEEE5

Tints of Rose White #FDEEE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 31.81%

R = 35.14%
G = 33.06%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FDEEE5 (or 0xFDEEE5) is known color: Rose White. HEX triplet: FD, EE and E5. RGB value is (253,238,229). Sum of RGB (Red+Green+Blue) = 253+238+229=720 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.14% from 720); Green value is 238 (93.36% from 255 or 33.06% from 720); Blue value is 229 (89.84% from 255 or 31.81% from 720); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEEE5 is #02111A. Grayscale: #F1F1F1. Windows color (decimal): -135451 or 15068925. OLE color: 15068925.

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

Color convert

RGB 253 238 229 -
CMYK 0 0.06 0.09 0.01
HSL 22.5º 0.86% 0.95% -
HSV(B) 22.5º 0.09% 0.99% -
XYZ 85.23 87.69 86.56 -
YUV 241.46 120.97 136.23 -
System Red Green Blue C M Y K H S L
Decimal 253 238 229 0 0.06 0.09 0.01 22.5 0.86 0.95
Hex FD EE E5 0 6 9 1 16 56 5F
Octal 375 356 345 0 6 11 1 26 126 137
Binary 11111101 11101110 11100101 0 110 1001 1 10110 1010110 1011111

Color Harmonies of #FDEEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEEE5

Black with #FDEEE5

Text Example


Text Example

White with #FDEEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEEE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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