Html Css Color HEX #FAEEE9 Rose White

📋 copy color: '#FAEEE9'

red 250 ◦ green 238 ◦ blue 233

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

Shades of Rose White #FAEEE9

Tints of Rose White #FAEEE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 32.32%

R = 34.67%
G = 33.01%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FAEEE9 (or 0xFAEEE9) is known color: Rose White. HEX triplet: FA, EE and E9. RGB value is (250,238,233). Sum of RGB (Red+Green+Blue) = 250+238+233=721 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.67% from 721); Green value is 238 (93.36% from 255 or 33.01% from 721); Blue value is 233 (91.41% from 255 or 32.32% from 721); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEEE9 is #051116. Grayscale: #F1F1F1. Windows color (decimal): -332055 or 15331066. OLE color: 15331066.

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

Color convert

RGB 250 238 233 -
CMYK 0 0.05 0.07 0.02
HSL 17.65º 0.63% 0.95% -
HSV(B) 17.65º 0.07% 0.98% -
XYZ 84.71 87.36 89.49 -
YUV 241.02 123.48 134.41 -
System Red Green Blue C M Y K H S L
Decimal 250 238 233 0 0.05 0.07 0.02 17.65 0.63 0.95
Hex FA EE E9 0 5 7 2 12 3F 5F
Octal 372 356 351 0 5 7 2 22 77 137
Binary 11111010 11101110 11101001 0 101 111 10 10010 111111 1011111

Color Harmonies of #FAEEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEEE9

Black with #FAEEE9

Text Example


Text Example

White with #FAEEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEEE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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