#F2BADF

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

Shades of Classic Rose #F2BADF

Tints of Classic Rose #F2BADF

Color information

#F2BADF (or 0xF2BADF) is unknown color: approx Classic Rose. HEX triplet: F2, BA and DF. RGB value is (242,186,223). Sum of RGB (Red+Green+Blue) = 242+186+223=651 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.17% from 651); Green value is 186 (73.05% from 255 or 28.57% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BADF is #0D4520. Grayscale: #CECECE. Windows color (decimal): -869665 or 14662386. OLE color: 14662386.

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

Color convert

RGB242186223-
CMYK00.230.080.05
HSL320.36º68.29%83.92%-
HSV(B)320.36º23.14%94.9%-
XYZ67.559.3277.71-
YUV206.96137.05152.99-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.17%
GREEN value IS 186 (73.05% from 255) = 28.57%
BLUE value IS 223 (87.5% from 255) = 34.25%
R=37.17%
G=28.57%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218622300.230.080.05320.3668.2983.92
HexF2BADF017851404454
Octal362272337027105500104124
Binary111100101011101011011111010111100010110100000010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BADF; }

 p { color: rgb(242,186,223); }

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

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

 a { background-color: rgb(242,186,223); }

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

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

 span { border-color: rgb(242,186,223); }

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