#FFEFE7

Color #FFEFE7 Rose White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose White #FFEFE7

Tints of Rose White #FFEFE7

Color information

#FFEFE7 (or 0xFFEFE7) is unknown color: approx Rose White. HEX triplet: FF, EF and E7. RGB value is (255,239,231). Sum of RGB (Red+Green+Blue) = 255+239+231=725 (96% of max value = 765). Red value is 255 (100% from 255 or 35.17% from 725); Green value is 239 (93.75% from 255 or 32.97% from 725); Blue value is 231 (90.62% from 255 or 31.86% from 725); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEFE7 is #001018. Grayscale: #F2F2F2. Windows color (decimal): -4121 or 15200255. OLE color: 15200255.

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

Color convert

RGB255239231-
CMYK00.060.090
HSL20º100%95.29%-
HSV(B)20º9.41%100%-
XYZ86.5388.7688.17-
YUV242.87121.3136.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.17%
GREEN value IS 239 (93.75% from 255) = 32.97%
BLUE value IS 231 (90.62% from 255) = 31.86%
R=35.17%
G=32.97%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523923100.060.0902010095.29
HexFFEFE7069014645f
Octal3773573470611024144137
Binary1111111111101111111001110110100101010011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEFE7; }

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

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

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

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

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

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

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

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