#F4CFEB

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

Shades of Classic Rose #F4CFEB

Tints of Classic Rose #F4CFEB

Color information

#F4CFEB (or 0xF4CFEB) is unknown color: approx Classic Rose. HEX triplet: F4, CF and EB. RGB value is (244,207,235). Sum of RGB (Red+Green+Blue) = 244+207+235=686 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.57% from 686); Green value is 207 (81.25% from 255 or 30.17% from 686); Blue value is 235 (92.19% from 255 or 34.26% from 686); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CFEB is #0B3014. Grayscale: #DDDDDD. Windows color (decimal): -733205 or 15454196. OLE color: 15454196.

HSL color Cylindrical-coordinate representation of color #F4CFEB: hue angle of 314.59º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F4CFEB is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB244207235-
CMYK00.150.040.04
HSL314.59º62.71%88.43%-
HSV(B)314.59º15.16%95.69%-
XYZ74.6269.8688.15-
YUV221.25135.76144.22-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.57%
GREEN value IS 207 (81.25% from 255) = 30.17%
BLUE value IS 235 (92.19% from 255) = 34.26%
R=35.57%
G=30.17%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420723500.150.040.04314.5962.7188.43
HexF4CFEB0F4413b3f58
Octal3643173530174447377130
Binary111101001100111111101011011111001001001110111111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CFEB; }

 p { color: rgb(244,207,235); }

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

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

 a { background-color: rgb(244,207,235); }

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

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

 span { border-color: rgb(244,207,235); }

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