Html Css Color HEX #FDEAEB Amour

📋 copy color: '#FDEAEB'

red 253 ◦ green 234 ◦ blue 235

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

Shades of Amour #FDEAEB

Tints of Amour #FDEAEB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 32.41%

 BLUE value IS 235 (92.19% from 255) = 32.55%

R = 35.04%
G = 32.41%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FDEAEB (or 0xFDEAEB) is known color: Amour. HEX triplet: FD, EA and EB. RGB value is (253,234,235). Sum of RGB (Red+Green+Blue) = 253+234+235=722 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.04% from 722); Green value is 234 (91.80% from 255 or 32.41% from 722); Blue value is 235 (92.19% from 255 or 32.55% from 722); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEAEB is #021514. Grayscale: #EFEFEF. Windows color (decimal): -136469 or 15461117. OLE color: 15461117.

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

Color convert

RGB 253 234 235 -
CMYK 0 0.08 0.07 0.01
HSL 356.84º 0.83% 0.95% -
HSV(B) 356.84º 0.08% 0.99% -
XYZ 84.93 85.73 90.67 -
YUV 239.8 125.29 137.42 -
System Red Green Blue C M Y K H S L
Decimal 253 234 235 0 0.08 0.07 0.01 356.84 0.83 0.95
Hex FD EA EB 0 8 7 1 165 53 5F
Octal 375 352 353 0 10 7 1 545 123 137
Binary 11111101 11101010 11101011 0 1000 111 1 101100101 1010011 1011111

Color Harmonies of #FDEAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEAEB

Black with #FDEAEB

Text Example


Text Example

White with #FDEAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEAEB; }

 p { color: rgb(253,234,235); }

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

background-color css

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

 a { background-color: rgb(253,234,235); }

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

border-color css

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

 span { border-color: rgb(253,234,235); }

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