Html Css Color HEX #FDEEF8 Lavender Blush

📋 copy color: '#FDEEF8'

red 253 ◦ green 238 ◦ blue 248

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

Shades of Lavender Blush #FDEEF8

Tints of Lavender Blush #FDEEF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 33.56%

R = 34.24%
G = 32.21%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FDEEF8 (or 0xFDEEF8) is known color: Lavender Blush. HEX triplet: FD, EE and F8. RGB value is (253,238,248). Sum of RGB (Red+Green+Blue) = 253+238+248=739 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.24% from 739); Green value is 238 (93.36% from 255 or 32.21% from 739); Blue value is 248 (97.27% from 255 or 33.56% from 739); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEEF8 is #021107. Grayscale: #F3F3F3. Windows color (decimal): -135432 or 16314109. OLE color: 16314109.

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

Color convert

RGB 253 238 248 -
CMYK 0 0.06 0.02 0.01
HSL 320º 0.79% 0.96% -
HSV(B) 320º 0.06% 0.99% -
XYZ 88.03 88.81 101.31 -
YUV 243.63 130.47 134.69 -
System Red Green Blue C M Y K H S L
Decimal 253 238 248 0 0.06 0.02 0.01 320 0.79 0.96
Hex FD EE F8 0 6 2 1 140 4F 60
Octal 375 356 370 0 6 2 1 500 117 140
Binary 11111101 11101110 11111000 0 110 10 1 101000000 1001111 1100000

Color Harmonies of #FDEEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEEF8

Black with #FDEEF8

Text Example


Text Example

White with #FDEEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEEF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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