Html Css Color HEX #FDECF7 Lavender Blush

📋 copy color: '#FDECF7'

red 253 ◦ green 236 ◦ blue 247

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

Shades of Lavender Blush #FDECF7

Tints of Lavender Blush #FDECF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 33.56%

R = 34.38%
G = 32.07%
B = 33.56%

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

#FDECF7 (or 0xFDECF7) is known color: Lavender Blush. HEX triplet: FD, EC and F7. RGB value is (253,236,247). Sum of RGB (Red+Green+Blue) = 253+236+247=736 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.38% from 736); Green value is 236 (92.58% from 255 or 32.07% from 736); Blue value is 247 (96.88% from 255 or 33.56% from 736); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDECF7 is #021308. Grayscale: #F2F2F2. Windows color (decimal): -135945 or 16248061. OLE color: 16248061.

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

Color convert

RGB 253 236 247 -
CMYK 0 0.07 0.02 0.01
HSL 321.18º 0.81% 0.96% -
HSV(B) 321.18º 0.07% 0.99% -
XYZ 87.29 87.59 100.3 -
YUV 242.34 130.63 135.61 -
System Red Green Blue C M Y K H S L
Decimal 253 236 247 0 0.07 0.02 0.01 321.18 0.81 0.96
Hex FD EC F7 0 7 2 1 141 51 60
Octal 375 354 367 0 7 2 1 501 121 140
Binary 11111101 11101100 11110111 0 111 10 1 101000001 1010001 1100000

Color Harmonies of #FDECF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDECF7

Black with #FDECF7

Text Example


Text Example

White with #FDECF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDECF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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