Html Css Color HEX #FDF2FA Lavender Blush

📋 copy color: '#FDF2FA'

red 253 ◦ green 242 ◦ blue 250

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

Shades of Lavender Blush #FDF2FA

Tints of Lavender Blush #FDF2FA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 32.48%

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

R = 33.96%
G = 32.48%
B = 33.56%

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

#FDF2FA (or 0xFDF2FA) is known color: Lavender Blush. HEX triplet: FD, F2 and FA. RGB value is (253,242,250). Sum of RGB (Red+Green+Blue) = 253+242+250=745 (98% of max value = 765). Red value is 253 (99.22% from 255 or 33.96% from 745); Green value is 242 (94.92% from 255 or 32.48% from 745); Blue value is 250 (98.05% from 255 or 33.56% from 745); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF2FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF2FA is #020D05. Grayscale: #F6F6F6. Windows color (decimal): -134406 or 16446205. OLE color: 16446205.

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

Color convert

RGB 253 242 250 -
CMYK 0 0.04 0.01 0.01
HSL 316.36º 0.73% 0.97% -
HSV(B) 316.36º 0.04% 0.99% -
XYZ 89.52 91.29 103.35 -
YUV 246.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 253 242 250 0 0.04 0.01 0.01 316.36 0.73 0.97
Hex FD F2 FA 0 4 1 1 13C 49 61
Octal 375 362 372 0 4 1 1 474 111 141
Binary 11111101 11110010 11111010 0 100 1 1 100111100 1001001 1100001

Color Harmonies of #FDF2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF2FA

Black with #FDF2FA

Text Example


Text Example

White with #FDF2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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