#F4BCDC

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

Shades of Classic Rose #F4BCDC

Tints of Classic Rose #F4BCDC

Color information

#F4BCDC (or 0xF4BCDC) is unknown color: approx Classic Rose. HEX triplet: F4, BC and DC. RGB value is (244,188,220). Sum of RGB (Red+Green+Blue) = 244+188+220=652 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.42% from 652); Green value is 188 (73.83% from 255 or 28.83% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BCDC is #0B4323. Grayscale: #D0D0D0. Windows color (decimal): -738084 or 14466292. OLE color: 14466292.

HSL color Cylindrical-coordinate representation of color #F4BCDC: hue angle of 325.71º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F4BCDC is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB244188220-
CMYK00.230.100.04
HSL325.71º71.79%84.71%-
HSV(B)325.71º22.95%95.69%-
XYZ68.2160.3775.77-
YUV208.39134.55153.4-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.42%
GREEN value IS 188 (73.83% from 255) = 28.83%
BLUE value IS 220 (86.33% from 255) = 33.74%
R=37.42%
G=28.83%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418822000.230.100.04325.7171.7984.71
HexF4BCDC017A41464855
Octal364274334027124506110125
Binary111101001011110011011100010111101010010100011010010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BCDC; }

 p { color: rgb(244,188,220); }

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

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

 a { background-color: rgb(244,188,220); }

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

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

 span { border-color: rgb(244,188,220); }

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