#FFEFDF

Color #FFEFDF Bridal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bridal Heath #FFEFDF

Tints of Bridal Heath #FFEFDF

Color information

#FFEFDF (or 0xFFEFDF) is unknown color: approx Bridal Heath. HEX triplet: FF, EF and DF. RGB value is (255,239,223). Sum of RGB (Red+Green+Blue) = 255+239+223=717 (94% of max value = 765). Red value is 255 (100% from 255 or 35.56% from 717); Green value is 239 (93.75% from 255 or 33.33% from 717); Blue value is 223 (87.5% from 255 or 31.10% from 717); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEFDF is #001020. Grayscale: #F2F2F2. Windows color (decimal): -4129 or 14675967. OLE color: 14675967.

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

Color convert

RGB255239223-
CMYK00.060.130
HSL30º100%93.73%-
HSV(B)30º12.55%100%-
XYZ85.4388.3282.36-
YUV241.96117.3137.3-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.56%
GREEN value IS 239 (93.75% from 255) = 33.33%
BLUE value IS 223 (87.5% from 255) = 31.10%
R=35.56%
G=33.33%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523922300.060.1303010093.73
HexFFEFDF06D01e645e
Octal3773573370615036144136
Binary1111111111101111110111110110110101111011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEFDF; }

 p { color: rgb(255,239,223); }

 H1.HeaderClassName
 {
   color: #FFEFDF;
 }
 .AnyTagClassName
 {
   color: #FFEFDF;
 }
</style>
background-color css

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

 a { background-color: rgb(255,239,223); }

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

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

 span { border-color: rgb(255,239,223); }

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