Html Css Color HEX #FAEEE7 Rose White

📋 copy color: '#FAEEE7'

red 250 ◦ green 238 ◦ blue 231

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

Shades of Rose White #FAEEE7

Tints of Rose White #FAEEE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 32.13%

R = 34.77%
G = 33.1%
B = 32.13%

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

#FAEEE7 (or 0xFAEEE7) is known color: Rose White. HEX triplet: FA, EE and E7. RGB value is (250,238,231). Sum of RGB (Red+Green+Blue) = 250+238+231=719 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.77% from 719); Green value is 238 (93.36% from 255 or 33.10% from 719); Blue value is 231 (90.62% from 255 or 32.13% from 719); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEEE7 is #051118. Grayscale: #F0F0F0. Windows color (decimal): -332057 or 15199994. OLE color: 15199994.

HSL color Cylindrical-coordinate representation of color #FAEEE7: hue angle of 22.11º degrees, saturation: 0.66, 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 #FAEEE7 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 238 231 -
CMYK 0 0.05 0.08 0.02
HSL 22.11º 0.66% 0.94% -
HSV(B) 22.11º 0.08% 0.98% -
XYZ 84.42 87.24 87.99 -
YUV 240.79 122.48 134.57 -
System Red Green Blue C M Y K H S L
Decimal 250 238 231 0 0.05 0.08 0.02 22.11 0.66 0.94
Hex FA EE E7 0 5 8 2 16 42 5E
Octal 372 356 347 0 5 10 2 26 102 136
Binary 11111010 11101110 11100111 0 101 1000 10 10110 1000010 1011110

Color Harmonies of #FAEEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEEE7

Black with #FAEEE7

Text Example


Text Example

White with #FAEEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEEE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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