Html Css Color HEX #FDF6FA Lavender Blush

📋 copy color: '#FDF6FA'

red 253 ◦ green 246 ◦ blue 250

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

Shades of Lavender Blush #FDF6FA

Tints of Lavender Blush #FDF6FA

RGB

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

 GREEN value IS 246 (96.48% from 255) = 32.84%

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

R = 33.78%
G = 32.84%
B = 33.38%

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

#FDF6FA (or 0xFDF6FA) is known color: Lavender Blush. HEX triplet: FD, F6 and FA. RGB value is (253,246,250). Sum of RGB (Red+Green+Blue) = 253+246+250=749 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.78% from 749); Green value is 246 (96.48% from 255 or 32.84% from 749); Blue value is 250 (98.05% from 255 or 33.38% from 749); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF6FA is #020905. Grayscale: #F8F8F8. Windows color (decimal): -133382 or 16447229. OLE color: 16447229.

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

Color convert

RGB 253 246 250 -
CMYK 0 0.03 0.01 0.01
HSL 325.71º 0.64% 0.98% -
HSV(B) 325.71º 0.03% 0.99% -
XYZ 90.72 93.7 103.75 -
YUV 248.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 253 246 250 0 0.03 0.01 0.01 325.71 0.64 0.98
Hex FD F6 FA 0 3 1 1 146 40 62
Octal 375 366 372 0 3 1 1 506 100 142
Binary 11111101 11110110 11111010 0 11 1 1 101000110 1000000 1100010

Color Harmonies of #FDF6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF6FA

Black with #FDF6FA

Text Example


Text Example

White with #FDF6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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