Html Css Color HEX #FAEEE1 Bridal Heath

📋 copy color: '#FAEEE1'

red 250 ◦ green 238 ◦ blue 225

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

Shades of Bridal Heath #FAEEE1

Tints of Bridal Heath #FAEEE1

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 value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FAEEE1 (or 0xFAEEE1) is known color: 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

RGB 250 238 225 -
CMYK 0 0.05 0.10 0.02
HSL 31.2º 0.71% 0.93% -
HSV(B) 31.2º 0.1% 0.98% -
XYZ 83.59 86.91 83.6 -
YUV 240.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 250 238 225 0 0.05 0.10 0.02 31.2 0.71 0.93
Hex FA EE E1 0 5 A 2 1F 47 5D
Octal 372 356 341 0 5 12 2 37 107 135
Binary 11111010 11101110 11100001 0 101 1010 10 11111 1000111 1011101

Color Harmonies of #FAEEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEEE1

Black with #FAEEE1

Text Example


Text Example

White with #FAEEE1

Text Example


Text Example

HTML Codes & Css Web 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>