#F6CBDC

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

Shades of Classic Rose #F6CBDC

Tints of Classic Rose #F6CBDC

Color information

#F6CBDC (or 0xF6CBDC) is unknown color: approx Classic Rose. HEX triplet: F6, CB and DC. RGB value is (246,203,220). Sum of RGB (Red+Green+Blue) = 246+203+220=669 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.77% from 669); Green value is 203 (79.69% from 255 or 30.34% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CBDC is #093423. Grayscale: #D9D9D9. Windows color (decimal): -603172 or 14470134. OLE color: 14470134.

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

Color convert

RGB246203220-
CMYK00.170.110.04
HSL336.28º70.49%88.04%-
HSV(B)336.28º17.48%96.47%-
XYZ72.2867.4776.92-
YUV217.8129.25148.12-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.77%
GREEN value IS 203 (79.69% from 255) = 30.34%
BLUE value IS 220 (86.33% from 255) = 32.88%
R=36.77%
G=30.34%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620322000.170.110.04336.2870.4988.04
HexF6CBDC011B41504658
Octal366313334021134520106130
Binary111101101100101111011100010001101110010101000010001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CBDC; }

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

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

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

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

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

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

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

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