#F0BCDA

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

Shades of Classic Rose #F0BCDA

Tints of Classic Rose #F0BCDA

Color information

#F0BCDA (or 0xF0BCDA) is unknown color: approx Classic Rose. HEX triplet: F0, BC and DA. RGB value is (240,188,218). Sum of RGB (Red+Green+Blue) = 240+188+218=646 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.15% from 646); Green value is 188 (73.83% from 255 or 29.10% from 646); Blue value is 218 (85.55% from 255 or 33.75% from 646); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BCDA is #0F4325. Grayscale: #CECECE. Windows color (decimal): -1000230 or 14335216. OLE color: 14335216.

HSL color Cylindrical-coordinate representation of color #F0BCDA: hue angle of 325.38º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0BCDA is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB240188218-
CMYK00.220.090.06
HSL325.38º63.41%83.92%-
HSV(B)325.38º21.67%94.12%-
XYZ66.5759.5574.32-
YUV206.97134.23151.56-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.15%
GREEN value IS 188 (73.83% from 255) = 29.10%
BLUE value IS 218 (85.55% from 255) = 33.75%
R=37.15%
G=29.10%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018821800.220.090.06325.3863.4183.92
HexF0BCDA016961453f54
Octal36027433202611650577124
Binary11110000101111001101101001011010011101010001011111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BCDA; }

 p { color: rgb(240,188,218); }

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

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

 a { background-color: rgb(240,188,218); }

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

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

 span { border-color: rgb(240,188,218); }

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