Html Css Color HEX #FDECF0 Lavender Blush

📋 copy color: '#FDECF0'

red 253 ◦ green 236 ◦ blue 240

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

Shades of Lavender Blush #FDECF0

Tints of Lavender Blush #FDECF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 32.92%

R = 34.71%
G = 32.37%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FDECF0 (or 0xFDECF0) is known color: Lavender Blush. HEX triplet: FD, EC and F0. RGB value is (253,236,240). Sum of RGB (Red+Green+Blue) = 253+236+240=729 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.71% from 729); Green value is 236 (92.58% from 255 or 32.37% from 729); Blue value is 240 (94.14% from 255 or 32.92% from 729); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDECF0 is #02130F. Grayscale: #F1F1F1. Windows color (decimal): -135952 or 15789309. OLE color: 15789309.

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

Color convert

RGB 253 236 240 -
CMYK 0 0.07 0.05 0.01
HSL 345.88º 0.81% 0.96% -
HSV(B) 345.88º 0.07% 0.99% -
XYZ 86.23 87.16 94.72 -
YUV 241.54 127.13 136.17 -
System Red Green Blue C M Y K H S L
Decimal 253 236 240 0 0.07 0.05 0.01 345.88 0.81 0.96
Hex FD EC F0 0 7 5 1 15A 51 60
Octal 375 354 360 0 7 5 1 532 121 140
Binary 11111101 11101100 11110000 0 111 101 1 101011010 1010001 1100000

Color Harmonies of #FDECF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDECF0

Black with #FDECF0

Text Example


Text Example

White with #FDECF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDECF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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