#F7CAEB

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

Shades of Classic Rose #F7CAEB

Tints of Classic Rose #F7CAEB

Color information

#F7CAEB (or 0xF7CAEB) is unknown color: approx Classic Rose. HEX triplet: F7, CA and EB. RGB value is (247,202,235). Sum of RGB (Red+Green+Blue) = 247+202+235=684 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.11% from 684); Green value is 202 (79.30% from 255 or 29.53% from 684); Blue value is 235 (92.19% from 255 or 34.36% from 684); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CAEB is #083514. Grayscale: #DBDBDB. Windows color (decimal): -537877 or 15452919. OLE color: 15452919.

HSL color Cylindrical-coordinate representation of color #F7CAEB: hue angle of 316º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F7CAEB is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB247202235-
CMYK00.180.050.03
HSL316º73.77%88.04%-
HSV(B)316º18.22%96.86%-
XYZ74.4768.0187.8-
YUV219.22136.91147.82-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.11%
GREEN value IS 202 (79.30% from 255) = 29.53%
BLUE value IS 235 (92.19% from 255) = 34.36%
R=36.11%
G=29.53%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720223500.180.050.0331673.7788.04
HexF7CAEB0125313c4a58
Octal36731235302253474112130
Binary1111011111001010111010110100101011110011110010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CAEB; }

 p { color: rgb(247,202,235); }

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

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

 a { background-color: rgb(247,202,235); }

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

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

 span { border-color: rgb(247,202,235); }

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