#F2CFE3

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

Shades of Classic Rose #F2CFE3

Tints of Classic Rose #F2CFE3

Color information

#F2CFE3 (or 0xF2CFE3) is unknown color: approx Classic Rose. HEX triplet: F2, CF and E3. RGB value is (242,207,227). Sum of RGB (Red+Green+Blue) = 242+207+227=676 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.80% from 676); Green value is 207 (81.25% from 255 or 30.62% from 676); Blue value is 227 (89.06% from 255 or 33.58% from 676); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CFE3 is #0D301C. Grayscale: #DBDBDB. Windows color (decimal): -864285 or 14929906. OLE color: 14929906.

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

Color convert

RGB242207227-
CMYK00.140.060.05
HSL325.71º57.38%88.04%-
HSV(B)325.71º14.46%94.9%-
XYZ72.869.0582.16-
YUV219.74132.1143.87-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.80%
GREEN value IS 207 (81.25% from 255) = 30.62%
BLUE value IS 227 (89.06% from 255) = 33.58%
R=35.80%
G=30.62%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220722700.140.060.05325.7157.3888.04
HexF2CFE30E651463958
Octal3623173430166550671130
Binary111100101100111111100011011101101011010001101110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CFE3; }

 p { color: rgb(242,207,227); }

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

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

 a { background-color: rgb(242,207,227); }

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

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

 span { border-color: rgb(242,207,227); }

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