Html Css Color HEX #FDF3F6 Lavender Blush

📋 copy color: '#FDF3F6'

red 253 ◦ green 243 ◦ blue 246

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

Shades of Lavender Blush #FDF3F6

Tints of Lavender Blush #FDF3F6

RGB

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

 GREEN value IS 243 (95.31% from 255) = 32.75%

 BLUE value IS 246 (96.48% from 255) = 33.15%

R = 34.1%
G = 32.75%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FDF3F6 (or 0xFDF3F6) is known color: Lavender Blush. HEX triplet: FD, F3 and F6. RGB value is (253,243,246). Sum of RGB (Red+Green+Blue) = 253+243+246=742 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.10% from 742); Green value is 243 (95.31% from 255 or 32.75% from 742); Blue value is 246 (96.48% from 255 or 33.15% from 742); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF3F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF3F6 is #020C09. Grayscale: #F6F6F6. Windows color (decimal): -134154 or 16184317. OLE color: 16184317.

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

Color convert

RGB 253 243 246 -
CMYK 0 0.04 0.03 0.01
HSL 342º 0.71% 0.97% -
HSV(B) 342º 0.04% 0.99% -
XYZ 89.19 91.64 100.18 -
YUV 246.33 127.81 132.76 -
System Red Green Blue C M Y K H S L
Decimal 253 243 246 0 0.04 0.03 0.01 342 0.71 0.97
Hex FD F3 F6 0 4 3 1 156 47 61
Octal 375 363 366 0 4 3 1 526 107 141
Binary 11111101 11110011 11110110 0 100 11 1 101010110 1000111 1100001

Color Harmonies of #FDF3F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF3F6

Black with #FDF3F6

Text Example


Text Example

White with #FDF3F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF3F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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