#F2BFE0

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

Shades of Classic Rose #F2BFE0

Tints of Classic Rose #F2BFE0

Color information

#F2BFE0 (or 0xF2BFE0) is unknown color: approx Classic Rose. HEX triplet: F2, BF and E0. RGB value is (242,191,224). Sum of RGB (Red+Green+Blue) = 242+191+224=657 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.83% from 657); Green value is 191 (75% from 255 or 29.07% from 657); Blue value is 224 (87.89% from 255 or 34.09% from 657); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BFE0 is #0D401F. Grayscale: #D1D1D1. Windows color (decimal): -868384 or 14729202. OLE color: 14729202.

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

Color convert

RGB242191224-
CMYK00.210.070.05
HSL321.18º66.23%84.9%-
HSV(B)321.18º21.07%94.9%-
XYZ68.761.5278.77-
YUV210.01135.9150.82-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.83%
GREEN value IS 191 (75% from 255) = 29.07%
BLUE value IS 224 (87.89% from 255) = 34.09%
R=36.83%
G=29.07%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219122400.210.070.05321.1866.2384.9
HexF2BFE0015751414255
Octal36227734002575501102125
Binary11110010101111111110000001010111110110100000110000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BFE0; }

 p { color: rgb(242,191,224); }

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

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

 a { background-color: rgb(242,191,224); }

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

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

 span { border-color: rgb(242,191,224); }

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