Html Css Color HEX #FDF4FA Lavender Blush

📋 copy color: '#FDF4FA'

red 253 ◦ green 244 ◦ blue 250

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

Shades of Lavender Blush #FDF4FA

Tints of Lavender Blush #FDF4FA

RGB

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

 GREEN value IS 244 (95.7% from 255) = 32.66%

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

R = 33.87%
G = 32.66%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FDF4FA (or 0xFDF4FA) is known color: Lavender Blush. HEX triplet: FD, F4 and FA. RGB value is (253,244,250). Sum of RGB (Red+Green+Blue) = 253+244+250=747 (98% of max value = 765). Red value is 253 (99.22% from 255 or 33.87% from 747); Green value is 244 (95.70% from 255 or 32.66% from 747); Blue value is 250 (98.05% from 255 or 33.47% from 747); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF4FA is #020B05. Grayscale: #F7F7F7. Windows color (decimal): -133894 or 16446717. OLE color: 16446717.

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

Color convert

RGB 253 244 250 -
CMYK 0 0.04 0.01 0.01
HSL 320º 0.69% 0.97% -
HSV(B) 320º 0.04% 0.99% -
XYZ 90.11 92.49 103.54 -
YUV 247.38 129.48 132.01 -
System Red Green Blue C M Y K H S L
Decimal 253 244 250 0 0.04 0.01 0.01 320 0.69 0.97
Hex FD F4 FA 0 4 1 1 140 45 61
Octal 375 364 372 0 4 1 1 500 105 141
Binary 11111101 11110100 11111010 0 100 1 1 101000000 1000101 1100001

Color Harmonies of #FDF4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF4FA

Black with #FDF4FA

Text Example


Text Example

White with #FDF4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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