#F2BCE1

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

Shades of Classic Rose #F2BCE1

Tints of Classic Rose #F2BCE1

Color information

#F2BCE1 (or 0xF2BCE1) is unknown color: approx Classic Rose. HEX triplet: F2, BC and E1. RGB value is (242,188,225). Sum of RGB (Red+Green+Blue) = 242+188+225=655 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.95% from 655); Green value is 188 (73.83% from 255 or 28.70% from 655); Blue value is 225 (88.28% from 255 or 34.35% from 655); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BCE1 is #0D431E. Grayscale: #D0D0D0. Windows color (decimal): -869151 or 14793970. OLE color: 14793970.

HSL color Cylindrical-coordinate representation of color #F2BCE1: hue angle of 318.89º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2BCE1 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB242188225-
CMYK00.220.070.05
HSL318.89º67.5%84.31%-
HSV(B)318.89º22.31%94.9%-
XYZ68.1960.2879.28-
YUV208.36137.39151.99-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.95%
GREEN value IS 188 (73.83% from 255) = 28.70%
BLUE value IS 225 (88.28% from 255) = 34.35%
R=36.95%
G=28.70%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218822500.220.070.05318.8967.584.31
HexF2BCE10167513f4454
Octal36227434102675477104124
Binary11110010101111001110000101011011110110011111110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BCE1; }

 p { color: rgb(242,188,225); }

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

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

 a { background-color: rgb(242,188,225); }

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

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

 span { border-color: rgb(242,188,225); }

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