#FFEFE6

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

Shades of Rose White #FFEFE6

Tints of Rose White #FFEFE6

Color information

#FFEFE6 (or 0xFFEFE6) is unknown color: approx Rose White. HEX triplet: FF, EF and E6. RGB value is (255,239,230). Sum of RGB (Red+Green+Blue) = 255+239+230=724 (95% of max value = 765). Red value is 255 (100% from 255 or 35.22% from 724); Green value is 239 (93.75% from 255 or 33.01% from 724); Blue value is 230 (90.23% from 255 or 31.77% from 724); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEFE6 is #001019. Grayscale: #F2F2F2. Windows color (decimal): -4122 or 15134719. OLE color: 15134719.

HSL color Cylindrical-coordinate representation of color #FFEFE6: hue angle of 21.6º 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 #FFEFE6 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB255239230-
CMYK00.060.100
HSL21.6º100%95.1%-
HSV(B)21.6º9.8%100%-
XYZ86.3988.7187.43-
YUV242.76120.8136.73-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.22%
GREEN value IS 239 (93.75% from 255) = 33.01%
BLUE value IS 230 (90.23% from 255) = 31.77%
R=35.22%
G=33.01%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523923000.060.10021.610095.1
HexFFEFE606A016645f
Octal3773573460612026144137
Binary1111111111101111111001100110101001011011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEFE6; }

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

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

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

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

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

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

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

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