Html Css Color HEX #FDEEFA Lavender Blush

📋 copy color: '#FDEEFA'

red 253 ◦ green 238 ◦ blue 250

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

Shades of Lavender Blush #FDEEFA

Tints of Lavender Blush #FDEEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 33.74%

R = 34.14%
G = 32.12%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FDEEFA (or 0xFDEEFA) is known color: Lavender Blush. HEX triplet: FD, EE and FA. RGB value is (253,238,250). Sum of RGB (Red+Green+Blue) = 253+238+250=741 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.14% from 741); Green value is 238 (93.36% from 255 or 32.12% from 741); Blue value is 250 (98.05% from 255 or 33.74% from 741); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEEFA is #021105. Grayscale: #F3F3F3. Windows color (decimal): -135430 or 16445181. OLE color: 16445181.

HSL color Cylindrical-coordinate representation of color #FDEEFA: hue angle of 312º 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 #FDEEFA is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 238 250 -
CMYK 0 0.06 0.01 0.01
HSL 312º 0.79% 0.96% -
HSV(B) 312º 0.06% 0.99% -
XYZ 88.34 88.93 102.95 -
YUV 243.85 131.47 134.52 -
System Red Green Blue C M Y K H S L
Decimal 253 238 250 0 0.06 0.01 0.01 312 0.79 0.96
Hex FD EE FA 0 6 1 1 138 4F 60
Octal 375 356 372 0 6 1 1 470 117 140
Binary 11111101 11101110 11111010 0 110 1 1 100111000 1001111 1100000

Color Harmonies of #FDEEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEEFA

Black with #FDEEFA

Text Example


Text Example

White with #FDEEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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