Html Css Color HEX #F6DCBB Pink Lady

📋 copy color: '#F6DCBB'

red 246 ◦ green 220 ◦ blue 187

#F6DCBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Lady #F6DCBB

Tints of Pink Lady #F6DCBB

RGB

 RED value IS 246 (96.48% from 255) = 37.67%

 GREEN value IS 220 (86.33% from 255) = 33.69%

 BLUE value IS 187 (73.44% from 255) = 28.64%

R = 37.67%
G = 33.69%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F6DCBB (or 0xF6DCBB) is known color: Pink Lady. HEX triplet: F6, DC and BB. RGB value is (246,220,187). Sum of RGB (Red+Green+Blue) = 246+220+187=653 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.67% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 187 (73.44% from 255 or 28.64% from 653); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DCBB is #092344. Grayscale: #E0E0E0. Windows color (decimal): -598853 or 12311798. OLE color: 12311798.

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

Color convert

RGB 246 220 187 -
CMYK 0 0.11 0.24 0.04
HSL 33.56º 0.77% 0.85% -
HSV(B) 33.56º 0.24% 0.96% -
XYZ 72.57 74.37 57.54 -
YUV 224.01 107.11 143.68 -
System Red Green Blue C M Y K H S L
Decimal 246 220 187 0 0.11 0.24 0.04 33.56 0.77 0.85
Hex F6 DC BB 0 B 18 4 22 4D 55
Octal 366 334 273 0 13 30 4 42 115 125
Binary 11110110 11011100 10111011 0 1011 11000 100 100010 1001101 1010101

Color Harmonies of #F6DCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DCBB

Black with #F6DCBB

Text Example


Text Example

White with #F6DCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DCBB; }

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

 H1.HeaderClassName
 {
   color: #F6DCBB;
 }
 .AnyTagClassName
 {
   color: #F6DCBB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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