#F6BFDC

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

Shades of Classic Rose #F6BFDC

Tints of Classic Rose #F6BFDC

Color information

#F6BFDC (or 0xF6BFDC) is unknown color: approx Classic Rose. HEX triplet: F6, BF and DC. RGB value is (246,191,220). Sum of RGB (Red+Green+Blue) = 246+191+220=657 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.44% from 657); Green value is 191 (75% from 255 or 29.07% from 657); Blue value is 220 (86.33% from 255 or 33.49% from 657); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BFDC is #094023. Grayscale: #D2D2D2. Windows color (decimal): -606244 or 14467062. OLE color: 14467062.

HSL color Cylindrical-coordinate representation of color #F6BFDC: hue angle of 328.36º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F6BFDC is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB246191220-
CMYK00.220.110.04
HSL328.36º75.34%85.69%-
HSV(B)328.36º22.36%96.47%-
XYZ69.5662.0276.02-
YUV210.75133.22153.14-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.44%
GREEN value IS 191 (75% from 255) = 29.07%
BLUE value IS 220 (86.33% from 255) = 33.49%
R=37.44%
G=29.07%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619122000.220.110.04328.3675.3485.69
HexF6BFDC016B41484b56
Octal366277334026134510113126
Binary111101101011111111011100010110101110010100100010010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BFDC; }

 p { color: rgb(246,191,220); }

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

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

 a { background-color: rgb(246,191,220); }

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

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

 span { border-color: rgb(246,191,220); }

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