Html Css Color HEX #FDF0FA Lavender Blush

📋 copy color: '#FDF0FA'

red 253 ◦ green 240 ◦ blue 250

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

Shades of Lavender Blush #FDF0FA

Tints of Lavender Blush #FDF0FA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 32.3%

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

R = 34.05%
G = 32.3%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FDF0FA (or 0xFDF0FA) is known color: Lavender Blush. HEX triplet: FD, F0 and FA. RGB value is (253,240,250). Sum of RGB (Red+Green+Blue) = 253+240+250=743 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.05% from 743); Green value is 240 (94.14% from 255 or 32.30% from 743); Blue value is 250 (98.05% from 255 or 33.65% from 743); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF0FA is #020F05. Grayscale: #F5F5F5. Windows color (decimal): -134918 or 16445693. OLE color: 16445693.

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

Color convert

RGB 253 240 250 -
CMYK 0 0.05 0.01 0.01
HSL 313.85º 0.76% 0.97% -
HSV(B) 313.85º 0.05% 0.99% -
XYZ 88.92 90.1 103.15 -
YUV 245.03 130.81 133.69 -
System Red Green Blue C M Y K H S L
Decimal 253 240 250 0 0.05 0.01 0.01 313.85 0.76 0.97
Hex FD F0 FA 0 5 1 1 13A 4C 61
Octal 375 360 372 0 5 1 1 472 114 141
Binary 11111101 11110000 11111010 0 101 1 1 100111010 1001100 1100001

Color Harmonies of #FDF0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF0FA

Black with #FDF0FA

Text Example


Text Example

White with #FDF0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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