Html Css Color HEX #FDEDF6 Lavender Blush

📋 copy color: '#FDEDF6'

red 253 ◦ green 237 ◦ blue 246

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

Shades of Lavender Blush #FDEDF6

Tints of Lavender Blush #FDEDF6

RGB

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

 GREEN value IS 237 (92.97% from 255) = 32.2%

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

R = 34.38%
G = 32.2%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FDEDF6 (or 0xFDEDF6) is known color: Lavender Blush. HEX triplet: FD, ED and F6. RGB value is (253,237,246). Sum of RGB (Red+Green+Blue) = 253+237+246=736 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.38% from 736); Green value is 237 (92.97% from 255 or 32.20% from 736); Blue value is 246 (96.48% from 255 or 33.42% from 736); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEDF6 is #021209. Grayscale: #F2F2F2. Windows color (decimal): -135690 or 16182781. OLE color: 16182781.

HSL color Cylindrical-coordinate representation of color #FDEDF6: hue angle of 326.25º degrees, saturation: 0.8, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FDEDF6 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 237 246 -
CMYK 0 0.06 0.03 0.01
HSL 326.25º 0.8% 0.96% -
HSV(B) 326.25º 0.06% 0.99% -
XYZ 87.43 88.1 99.59 -
YUV 242.81 129.8 135.27 -
System Red Green Blue C M Y K H S L
Decimal 253 237 246 0 0.06 0.03 0.01 326.25 0.8 0.96
Hex FD ED F6 0 6 3 1 146 50 60
Octal 375 355 366 0 6 3 1 506 120 140
Binary 11111101 11101101 11110110 0 110 11 1 101000110 1010000 1100000

Color Harmonies of #FDEDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEDF6

Black with #FDEDF6

Text Example


Text Example

White with #FDEDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEDF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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