Html Css Color HEX #FDF8FA Lavender Blush

📋 copy color: '#FDF8FA'

red 253 ◦ green 248 ◦ blue 250

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

Shades of Lavender Blush #FDF8FA

Tints of Lavender Blush #FDF8FA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 33.02%

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

R = 33.69%
G = 33.02%
B = 33.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FDF8FA (or 0xFDF8FA) is known color: Lavender Blush. HEX triplet: FD, F8 and FA. RGB value is (253,248,250). Sum of RGB (Red+Green+Blue) = 253+248+250=751 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.69% from 751); Green value is 248 (97.27% from 255 or 33.02% from 751); Blue value is 250 (98.05% from 255 or 33.29% from 751); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF8FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF8FA is #020705. Grayscale: #F9F9F9. Windows color (decimal): -132870 or 16447741. OLE color: 16447741.

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

Color convert

RGB 253 248 250 -
CMYK 0 0.02 0.01 0.01
HSL 336º 0.56% 0.98% -
HSV(B) 336º 0.02% 0.99% -
XYZ 91.33 94.92 103.95 -
YUV 249.72 128.16 130.34 -
System Red Green Blue C M Y K H S L
Decimal 253 248 250 0 0.02 0.01 0.01 336 0.56 0.98
Hex FD F8 FA 0 2 1 1 150 38 62
Octal 375 370 372 0 2 1 1 520 70 142
Binary 11111101 11111000 11111010 0 10 1 1 101010000 111000 1100010

Color Harmonies of #FDF8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF8FA

Black with #FDF8FA

Text Example


Text Example

White with #FDF8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF8FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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