Html Css Color HEX #FDECF8 Lavender Blush

📋 copy color: '#FDECF8'

red 253 ◦ green 236 ◦ blue 248

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

Shades of Lavender Blush #FDECF8

Tints of Lavender Blush #FDECF8

RGB

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

 GREEN value IS 236 (92.58% from 255) = 32.02%

 BLUE value IS 248 (97.27% from 255) = 33.65%

R = 34.33%
G = 32.02%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FDECF8 (or 0xFDECF8) is known color: Lavender Blush. HEX triplet: FD, EC and F8. RGB value is (253,236,248). Sum of RGB (Red+Green+Blue) = 253+236+248=737 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.33% from 737); Green value is 236 (92.58% from 255 or 32.02% from 737); Blue value is 248 (97.27% from 255 or 33.65% from 737); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDECF8 is #021307. Grayscale: #F2F2F2. Windows color (decimal): -135944 or 16313597. OLE color: 16313597.

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

Color convert

RGB 253 236 248 -
CMYK 0 0.07 0.02 0.01
HSL 317.65º 0.81% 0.96% -
HSV(B) 317.65º 0.07% 0.99% -
XYZ 87.45 87.65 101.12 -
YUV 242.45 131.13 135.52 -
System Red Green Blue C M Y K H S L
Decimal 253 236 248 0 0.07 0.02 0.01 317.65 0.81 0.96
Hex FD EC F8 0 7 2 1 13E 51 60
Octal 375 354 370 0 7 2 1 476 121 140
Binary 11111101 11101100 11111000 0 111 10 1 100111110 1010001 1100000

Color Harmonies of #FDECF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDECF8

Black with #FDECF8

Text Example


Text Example

White with #FDECF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDECF8; }

 p { color: rgb(253,236,248); }

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

background-color css

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

 a { background-color: rgb(253,236,248); }

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

border-color css

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

 span { border-color: rgb(253,236,248); }

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