Html Css Color HEX #FDF5FB Lavender Blush

📋 copy color: '#FDF5FB'

red 253 ◦ green 245 ◦ blue 251

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

Shades of Lavender Blush #FDF5FB

Tints of Lavender Blush #FDF5FB

RGB

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

 GREEN value IS 245 (96.09% from 255) = 32.71%

 BLUE value IS 251 (98.44% from 255) = 33.51%

R = 33.78%
G = 32.71%
B = 33.51%

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

#FDF5FB (or 0xFDF5FB) is known color: Lavender Blush. HEX triplet: FD, F5 and FB. RGB value is (253,245,251). Sum of RGB (Red+Green+Blue) = 253+245+251=749 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.78% from 749); Green value is 245 (96.09% from 255 or 32.71% from 749); Blue value is 251 (98.44% from 255 or 33.51% from 749); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF5FB is #020A04. Grayscale: #F8F8F8. Windows color (decimal): -133637 or 16512509. OLE color: 16512509.

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

Color convert

RGB 253 245 251 -
CMYK 0 0.03 0.01 0.01
HSL 315º 0.67% 0.98% -
HSV(B) 315º 0.03% 0.99% -
XYZ 90.57 93.15 104.47 -
YUV 248.08 129.65 131.51 -
System Red Green Blue C M Y K H S L
Decimal 253 245 251 0 0.03 0.01 0.01 315 0.67 0.98
Hex FD F5 FB 0 3 1 1 13B 43 62
Octal 375 365 373 0 3 1 1 473 103 142
Binary 11111101 11110101 11111011 0 11 1 1 100111011 1000011 1100010

Color Harmonies of #FDF5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF5FB

Black with #FDF5FB

Text Example


Text Example

White with #FDF5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF5FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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