#FAEEE1

Color #FAEEE1 Bridal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bridal Heath #FAEEE1

Tints of Bridal Heath #FAEEE1

Color information

#FAEEE1 (or 0xFAEEE1) is unknown color: approx Bridal Heath. HEX triplet: FA, EE and E1. RGB value is (250,238,225). Sum of RGB (Red+Green+Blue) = 250+238+225=713 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.06% from 713); Green value is 238 (93.36% from 255 or 33.38% from 713); Blue value is 225 (88.28% from 255 or 31.56% from 713); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEEE1 is #05111E. Grayscale: #F0F0F0. Windows color (decimal): -332063 or 14806778. OLE color: 14806778.

HSL color Cylindrical-coordinate representation of color #FAEEE1: hue angle of 31.2º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAEEE1 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB250238225-
CMYK00.050.100.02
HSL31.2º71.43%93.14%-
HSV(B)31.2º10%98.04%-
XYZ83.5986.9183.6-
YUV240.11119.48135.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.06%
GREEN value IS 238 (93.36% from 255) = 33.38%
BLUE value IS 225 (88.28% from 255) = 31.56%
R=35.06%
G=33.38%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023822500.050.100.0231.271.4393.14
HexFAEEE105A21f475d
Octal3723563410512237107135
Binary11111010111011101110000101011010101111110001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEEE1; }

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

 H1.HeaderClassName
 {
   color: #FAEEE1;
 }
 .AnyTagClassName
 {
   color: #FAEEE1;
 }
</style>
background-color css

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

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

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

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

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

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