#FAEFE1

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

Shades of Bridal Heath #FAEFE1

Tints of Bridal Heath #FAEFE1

Color information

#FAEFE1 (or 0xFAEFE1) is unknown color: approx Bridal Heath. HEX triplet: FA, EF and E1. RGB value is (250,239,225). Sum of RGB (Red+Green+Blue) = 250+239+225=714 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.01% from 714); Green value is 239 (93.75% from 255 or 33.47% from 714); Blue value is 225 (88.28% from 255 or 31.51% from 714); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFE1 is #05101E. Grayscale: #F0F0F0. Windows color (decimal): -331807 or 14807034. OLE color: 14807034.

HSL color Cylindrical-coordinate representation of color #FAEFE1: hue angle of 33.6º 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 #FAEFE1 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB250239225-
CMYK00.040.100.02
HSL33.6º71.43%93.14%-
HSV(B)33.6º10%98.04%-
XYZ83.8887.4983.7-
YUV240.69119.14134.64-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.01%
GREEN value IS 239 (93.75% from 255) = 33.47%
BLUE value IS 225 (88.28% from 255) = 31.51%
R=35.01%
G=33.47%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023922500.040.100.0233.671.4393.14
HexFAEFE104A222475d
Octal3723573410412242107135
Binary111110101110111111100001010010101010001010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFE1; }

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

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

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

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

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

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

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

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