Html Css Color HEX #FDF2F5 Lavender Blush

📋 copy color: '#FDF2F5'

red 253 ◦ green 242 ◦ blue 245

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

Shades of Lavender Blush #FDF2F5

Tints of Lavender Blush #FDF2F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 33.11%

R = 34.19%
G = 32.7%
B = 33.11%

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

#FDF2F5 (or 0xFDF2F5) is known color: Lavender Blush. HEX triplet: FD, F2 and F5. RGB value is (253,242,245). Sum of RGB (Red+Green+Blue) = 253+242+245=740 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.19% from 740); Green value is 242 (94.92% from 255 or 32.70% from 740); Blue value is 245 (96.09% from 255 or 33.11% from 740); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF2F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF2F5 is #020D0A. Grayscale: #F5F5F5. Windows color (decimal): -134411 or 16118525. OLE color: 16118525.

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

Color convert

RGB 253 242 245 -
CMYK 0 0.04 0.03 0.01
HSL 343.64º 0.73% 0.97% -
HSV(B) 343.64º 0.04% 0.99% -
XYZ 88.74 90.98 99.27 -
YUV 245.63 127.64 133.26 -
System Red Green Blue C M Y K H S L
Decimal 253 242 245 0 0.04 0.03 0.01 343.64 0.73 0.97
Hex FD F2 F5 0 4 3 1 158 49 61
Octal 375 362 365 0 4 3 1 530 111 141
Binary 11111101 11110010 11110101 0 100 11 1 101011000 1001001 1100001

Color Harmonies of #FDF2F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF2F5

Black with #FDF2F5

Text Example


Text Example

White with #FDF2F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF2F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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