Html Css Color HEX #FDF5F9 Lavender Blush

📋 copy color: '#FDF5F9'

red 253 ◦ green 245 ◦ blue 249

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

Shades of Lavender Blush #FDF5F9

Tints of Lavender Blush #FDF5F9

RGB

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

 GREEN value IS 245 (96.09% from 255) = 32.8%

 BLUE value IS 249 (97.66% from 255) = 33.33%

R = 33.87%
G = 32.8%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FDF5F9 (or 0xFDF5F9) is known color: Lavender Blush. HEX triplet: FD, F5 and F9. RGB value is (253,245,249). Sum of RGB (Red+Green+Blue) = 253+245+249=747 (98% of max value = 765). Red value is 253 (99.22% from 255 or 33.87% from 747); Green value is 245 (96.09% from 255 or 32.80% from 747); Blue value is 249 (97.66% from 255 or 33.33% from 747); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF5F9 is #020A06. Grayscale: #F7F7F7. Windows color (decimal): -133639 or 16381437. OLE color: 16381437.

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

Color convert

RGB 253 245 249 -
CMYK 0 0.03 0.02 0.01
HSL 330º 0.67% 0.98% -
HSV(B) 330º 0.03% 0.99% -
XYZ 90.26 93.03 102.82 -
YUV 247.85 128.65 131.67 -
System Red Green Blue C M Y K H S L
Decimal 253 245 249 0 0.03 0.02 0.01 330 0.67 0.98
Hex FD F5 F9 0 3 2 1 14A 43 62
Octal 375 365 371 0 3 2 1 512 103 142
Binary 11111101 11110101 11111001 0 11 10 1 101001010 1000011 1100010

Color Harmonies of #FDF5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF5F9

Black with #FDF5F9

Text Example


Text Example

White with #FDF5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF5F9; }

 p { color: rgb(253,245,249); }

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

background-color css

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

 a { background-color: rgb(253,245,249); }

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

border-color css

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

 span { border-color: rgb(253,245,249); }

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