Html Css Color HEX #FDF5FA Lavender Blush

📋 copy color: '#FDF5FA'

red 253 ◦ green 245 ◦ blue 250

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

Shades of Lavender Blush #FDF5FA

Tints of Lavender Blush #FDF5FA

RGB

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

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

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

R = 33.82%
G = 32.75%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FDF5FA (or 0xFDF5FA) is known color: Lavender Blush. HEX triplet: FD, F5 and FA. RGB value is (253,245,250). Sum of RGB (Red+Green+Blue) = 253+245+250=748 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.82% from 748); Green value is 245 (96.09% from 255 or 32.75% from 748); Blue value is 250 (98.05% from 255 or 33.42% from 748); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF5FA is #020A05. Grayscale: #F7F7F7. Windows color (decimal): -133638 or 16446973. OLE color: 16446973.

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

Color convert

RGB 253 245 250 -
CMYK 0 0.03 0.01 0.01
HSL 322.5º 0.67% 0.98% -
HSV(B) 322.5º 0.03% 0.99% -
XYZ 90.42 93.09 103.65 -
YUV 247.96 129.15 131.59 -
System Red Green Blue C M Y K H S L
Decimal 253 245 250 0 0.03 0.01 0.01 322.5 0.67 0.98
Hex FD F5 FA 0 3 1 1 142 43 62
Octal 375 365 372 0 3 1 1 502 103 142
Binary 11111101 11110101 11111010 0 11 1 1 101000010 1000011 1100010

Color Harmonies of #FDF5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF5FA

Black with #FDF5FA

Text Example


Text Example

White with #FDF5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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