#F2BDDC

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

Shades of Classic Rose #F2BDDC

Tints of Classic Rose #F2BDDC

Color information

#F2BDDC (or 0xF2BDDC) is unknown color: approx Classic Rose. HEX triplet: F2, BD and DC. RGB value is (242,189,220). Sum of RGB (Red+Green+Blue) = 242+189+220=651 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.17% from 651); Green value is 189 (74.22% from 255 or 29.03% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BDDC is #0D4223. Grayscale: #D0D0D0. Windows color (decimal): -868900 or 14466546. OLE color: 14466546.

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

Color convert

RGB242189220-
CMYK00.220.090.05
HSL324.91º67.09%84.51%-
HSV(B)324.91º21.9%94.9%-
XYZ67.7360.4475.81-
YUV208.38134.56151.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.17%
GREEN value IS 189 (74.22% from 255) = 29.03%
BLUE value IS 220 (86.33% from 255) = 33.79%
R=37.17%
G=29.03%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218922000.220.090.05324.9167.0984.51
HexF2BDDC016951454355
Octal362275334026115505103125
Binary111100101011110111011100010110100110110100010110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BDDC; }

 p { color: rgb(242,189,220); }

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

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

 a { background-color: rgb(242,189,220); }

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

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

 span { border-color: rgb(242,189,220); }

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