Html Css Color HEX #F6DAC6 Karry

📋 copy color: '#F6DAC6'

red 246 ◦ green 218 ◦ blue 198

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

Shades of Karry #F6DAC6

Tints of Karry #F6DAC6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.93%

 BLUE value IS 198 (77.73% from 255) = 29.91%

R = 37.16%
G = 32.93%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F6DAC6 (or 0xF6DAC6) is known color: Karry. HEX triplet: F6, DA and C6. RGB value is (246,218,198). Sum of RGB (Red+Green+Blue) = 246+218+198=662 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.16% from 662); Green value is 218 (85.55% from 255 or 32.93% from 662); Blue value is 198 (77.73% from 255 or 29.91% from 662); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DAC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DAC6 is #092539. Grayscale: #E0E0E0. Windows color (decimal): -599354 or 13032182. OLE color: 13032182.

HSL color Cylindrical-coordinate representation of color #F6DAC6: hue angle of 25º degrees, saturation: 0.73, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F6DAC6 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 218 198 -
CMYK 0 0.11 0.20 0.04
HSL 25º 0.73% 0.87% -
HSV(B) 25º 0.2% 0.96% -
XYZ 73.27 73.81 63.81 -
YUV 224.09 113.28 143.63 -
System Red Green Blue C M Y K H S L
Decimal 246 218 198 0 0.11 0.20 0.04 25 0.73 0.87
Hex F6 DA C6 0 B 14 4 19 49 57
Octal 366 332 306 0 13 24 4 31 111 127
Binary 11110110 11011010 11000110 0 1011 10100 100 11001 1001001 1010111

Color Harmonies of #F6DAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DAC6

Black with #F6DAC6

Text Example


Text Example

White with #F6DAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DAC6; }

 p { color: rgb(246,218,198); }

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

background-color css

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

 a { background-color: rgb(246,218,198); }

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

border-color css

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

 span { border-color: rgb(246,218,198); }

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