Html Css Color HEX #FAEFE1 Bridal Heath

📋 copy color: '#FAEFE1'

red 250 ◦ green 239 ◦ blue 225

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

Shades of Bridal Heath #FAEFE1

Tints of Bridal Heath #FAEFE1

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

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

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

RGB 250 239 225 -
CMYK 0 0.04 0.10 0.02
HSL 33.6º 0.71% 0.93% -
HSV(B) 33.6º 0.1% 0.98% -
XYZ 83.88 87.49 83.7 -
YUV 240.69 119.14 134.64 -
System Red Green Blue C M Y K H S L
Decimal 250 239 225 0 0.04 0.10 0.02 33.6 0.71 0.93
Hex FA EF E1 0 4 A 2 22 47 5D
Octal 372 357 341 0 4 12 2 42 107 135
Binary 11111010 11101111 11100001 0 100 1010 10 100010 1000111 1011101

Color Harmonies of #FAEFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEFE1

Black with #FAEFE1

Text Example


Text Example

White with #FAEFE1

Text Example


Text Example

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