Html Css Color HEX #FAECDD Bridal Heath

📋 copy color: '#FAECDD'

red 250 ◦ green 236 ◦ blue 221

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

Shades of Bridal Heath #FAECDD

Tints of Bridal Heath #FAECDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 31.26%

R = 35.36%
G = 33.38%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FAECDD (or 0xFAECDD) is known color: Bridal Heath. HEX triplet: FA, EC and DD. RGB value is (250,236,221). Sum of RGB (Red+Green+Blue) = 250+236+221=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 236 (92.58% from 255 or 33.38% from 707); Blue value is 221 (86.72% from 255 or 31.26% from 707); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECDD is #051322. Grayscale: #EEEEEE. Windows color (decimal): -332579 or 14544122. OLE color: 14544122.

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

Color convert

RGB 250 236 221 -
CMYK 0 0.06 0.12 0.02
HSL 31.03º 0.74% 0.92% -
HSV(B) 31.03º 0.12% 0.98% -
XYZ 82.47 85.54 80.57 -
YUV 238.48 118.14 136.22 -
System Red Green Blue C M Y K H S L
Decimal 250 236 221 0 0.06 0.12 0.02 31.03 0.74 0.92
Hex FA EC DD 0 6 C 2 1F 4A 5C
Octal 372 354 335 0 6 14 2 37 112 134
Binary 11111010 11101100 11011101 0 110 1100 10 11111 1001010 1011100

Color Harmonies of #FAECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAECDD

Black with #FAECDD

Text Example


Text Example

White with #FAECDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAECDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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