Html Css Color HEX #F6DDBB Pink Lady

📋 copy color: '#F6DDBB'

red 246 ◦ green 221 ◦ blue 187

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

Shades of Pink Lady #F6DDBB

Tints of Pink Lady #F6DDBB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.79%

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

R = 37.61%
G = 33.79%
B = 28.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F6DDBB (or 0xF6DDBB) is known color: Pink Lady. HEX triplet: F6, DD and BB. RGB value is (246,221,187). Sum of RGB (Red+Green+Blue) = 246+221+187=654 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.61% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 187 (73.44% from 255 or 28.59% from 654); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DDBB is #092244. Grayscale: #E0E0E0. Windows color (decimal): -598597 or 12312054. OLE color: 12312054.

HSL color Cylindrical-coordinate representation of color #F6DDBB: hue angle of 34.58º 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 #F6DDBB is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 221 187 -
CMYK 0 0.10 0.24 0.04
HSL 34.58º 0.77% 0.85% -
HSV(B) 34.58º 0.24% 0.96% -
XYZ 72.83 74.89 57.63 -
YUV 224.6 106.78 143.26 -
System Red Green Blue C M Y K H S L
Decimal 246 221 187 0 0.10 0.24 0.04 34.58 0.77 0.85
Hex F6 DD BB 0 A 18 4 23 4D 55
Octal 366 335 273 0 12 30 4 43 115 125
Binary 11110110 11011101 10111011 0 1010 11000 100 100011 1001101 1010101

Color Harmonies of #F6DDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DDBB

Black with #F6DDBB

Text Example


Text Example

White with #F6DDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DDBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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