Html Css Color HEX #FAECDF Bridal Heath

📋 copy color: '#FAECDF'

red 250 ◦ green 236 ◦ blue 223

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

Shades of Bridal Heath #FAECDF

Tints of Bridal Heath #FAECDF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 33.29%

 BLUE value IS 223 (87.5% from 255) = 31.45%

R = 35.26%
G = 33.29%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FAECDF (or 0xFAECDF) is known color: Bridal Heath. HEX triplet: FA, EC and DF. RGB value is (250,236,223). Sum of RGB (Red+Green+Blue) = 250+236+223=709 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.26% from 709); Green value is 236 (92.58% from 255 or 33.29% from 709); Blue value is 223 (87.5% from 255 or 31.45% from 709); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECDF is #051320. Grayscale: #EEEEEE. Windows color (decimal): -332577 or 14675194. OLE color: 14675194.

HSL color Cylindrical-coordinate representation of color #FAECDF: hue angle of 28.89º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FAECDF is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 236 223 -
CMYK 0 0.06 0.11 0.02
HSL 28.89º 0.73% 0.93% -
HSV(B) 28.89º 0.11% 0.98% -
XYZ 82.74 85.64 81.98 -
YUV 238.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 250 236 223 0 0.06 0.11 0.02 28.89 0.73 0.93
Hex FA EC DF 0 6 B 2 1D 49 5D
Octal 372 354 337 0 6 13 2 35 111 135
Binary 11111010 11101100 11011111 0 110 1011 10 11101 1001001 1011101

Color Harmonies of #FAECDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAECDF

Black with #FAECDF

Text Example


Text Example

White with #FAECDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAECDF; }

 p { color: rgb(250,236,223); }

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

background-color css

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

 a { background-color: rgb(250,236,223); }

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

border-color css

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

 span { border-color: rgb(250,236,223); }

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