Html Css Color HEX #FAEEE6 Hint Of Red

📋 copy color: '#FAEEE6'

red 250 ◦ green 238 ◦ blue 230

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

Shades of Hint Of Red #FAEEE6

Tints of Hint Of Red #FAEEE6

RGB

 RED value IS 250 (98.05% from 255) = 34.82%

 GREEN value IS 238 (93.36% from 255) = 33.15%

 BLUE value IS 230 (90.23% from 255) = 32.03%

R = 34.82%
G = 33.15%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FAEEE6 (or 0xFAEEE6) is known color: Hint Of Red. HEX triplet: FA, EE and E6. RGB value is (250,238,230). Sum of RGB (Red+Green+Blue) = 250+238+230=718 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.82% from 718); Green value is 238 (93.36% from 255 or 33.15% from 718); Blue value is 230 (90.23% from 255 or 32.03% from 718); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEEE6 is #051119. Grayscale: #F0F0F0. Windows color (decimal): -332058 or 15134458. OLE color: 15134458.

HSL color Cylindrical-coordinate representation of color #FAEEE6: hue angle of 24º degrees, saturation: 0.67, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FAEEE6 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 238 230 -
CMYK 0 0.05 0.08 0.02
HSL 24º 0.67% 0.94% -
HSV(B) 24º 0.08% 0.98% -
XYZ 84.28 87.19 87.25 -
YUV 240.68 121.98 134.65 -
System Red Green Blue C M Y K H S L
Decimal 250 238 230 0 0.05 0.08 0.02 24 0.67 0.94
Hex FA EE E6 0 5 8 2 18 43 5E
Octal 372 356 346 0 5 10 2 30 103 136
Binary 11111010 11101110 11100110 0 101 1000 10 11000 1000011 1011110

Color Harmonies of #FAEEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEEE6

Black with #FAEEE6

Text Example


Text Example

White with #FAEEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEEE6; }

 p { color: rgb(250,238,230); }

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

background-color css

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

 a { background-color: rgb(250,238,230); }

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

border-color css

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

 span { border-color: rgb(250,238,230); }

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