Html Css Color HEX #FEEEDE Bridal Heath

📋 copy color: '#FEEEDE'

red 254 ◦ green 238 ◦ blue 222

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

Shades of Bridal Heath #FEEEDE

Tints of Bridal Heath #FEEEDE

RGB

 RED value IS 254 (99.61% from 255) = 35.57%

 GREEN value IS 238 (93.36% from 255) = 33.33%

 BLUE value IS 222 (87.11% from 255) = 31.09%

R = 35.57%
G = 33.33%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FEEEDE (or 0xFEEEDE) is known color: Bridal Heath. HEX triplet: FE, EE and DE. RGB value is (254,238,222). Sum of RGB (Red+Green+Blue) = 254+238+222=714 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.57% from 714); Green value is 238 (93.36% from 255 or 33.33% from 714); Blue value is 222 (87.11% from 255 or 31.09% from 714); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEEDE is #011121. Grayscale: #F1F1F1. Windows color (decimal): -69922 or 14610174. OLE color: 14610174.

HSL color Cylindrical-coordinate representation of color #FEEEDE: hue angle of 30º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEEEDE is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 238 222 -
CMYK 0 0.06 0.13 0.00
HSL 30º 0.94% 0.93% -
HSV(B) 30º 0.13% 1% -
XYZ 84.63 87.49 81.53 -
YUV 240.96 117.3 137.3 -
System Red Green Blue C M Y K H S L
Decimal 254 238 222 0 0.06 0.13 0.00 30 0.94 0.93
Hex FE EE DE 0 6 D 0 1E 5E 5D
Octal 376 356 336 0 6 15 0 36 136 135
Binary 11111110 11101110 11011110 0 110 1101 0 11110 1011110 1011101

Color Harmonies of #FEEEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEEDE

Black with #FEEEDE

Text Example


Text Example

White with #FEEEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEEDE; }

 p { color: rgb(254,238,222); }

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

background-color css

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

 a { background-color: rgb(254,238,222); }

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

border-color css

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

 span { border-color: rgb(254,238,222); }

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