#FFEFE5

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

Shades of Rose White #FFEFE5

Tints of Rose White #FFEFE5

Color information

#FFEFE5 (or 0xFFEFE5) is unknown color: approx Rose White. HEX triplet: FF, EF and E5. RGB value is (255,239,229). Sum of RGB (Red+Green+Blue) = 255+239+229=723 (95% of max value = 765). Red value is 255 (100% from 255 or 35.27% from 723); Green value is 239 (93.75% from 255 or 33.06% from 723); Blue value is 229 (89.84% from 255 or 31.67% from 723); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEFE5 is #00101A. Grayscale: #F2F2F2. Windows color (decimal): -4123 or 15069183. OLE color: 15069183.

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

Color convert

RGB255239229-
CMYK00.060.100
HSL23.08º100%94.9%-
HSV(B)23.08º10.2%100%-
XYZ86.2588.6586.69-
YUV242.64120.3136.81-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.27%
GREEN value IS 239 (93.75% from 255) = 33.06%
BLUE value IS 229 (89.84% from 255) = 31.67%
R=35.27%
G=33.06%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523922900.060.10023.0810094.9
HexFFEFE506A017645f
Octal3773573450612027144137
Binary1111111111101111111001010110101001011111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEFE5; }

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

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

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

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

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

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

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

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