Html Css Color HEX #F6DCCB Karry

📋 copy color: '#F6DCCB'

red 246 ◦ green 220 ◦ blue 203

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

Shades of Karry #F6DCCB

Tints of Karry #F6DCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 30.34%

R = 36.77%
G = 32.88%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F6DCCB (or 0xF6DCCB) is known color: Karry. HEX triplet: F6, DC and CB. RGB value is (246,220,203). Sum of RGB (Red+Green+Blue) = 246+220+203=669 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.77% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 203 (79.69% from 255 or 30.34% from 669); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DCCB is #092334. Grayscale: #E1E1E1. Windows color (decimal): -598837 or 13360374. OLE color: 13360374.

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

Color convert

RGB 246 220 203 -
CMYK 0 0.11 0.17 0.04
HSL 23.72º 0.7% 0.88% -
HSV(B) 23.72º 0.17% 0.96% -
XYZ 74.38 75.09 67.07 -
YUV 225.84 115.11 142.38 -
System Red Green Blue C M Y K H S L
Decimal 246 220 203 0 0.11 0.17 0.04 23.72 0.7 0.88
Hex F6 DC CB 0 B 11 4 18 46 58
Octal 366 334 313 0 13 21 4 30 106 130
Binary 11110110 11011100 11001011 0 1011 10001 100 11000 1000110 1011000

Color Harmonies of #F6DCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DCCB

Black with #F6DCCB

Text Example


Text Example

White with #F6DCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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