Html Css Color HEX #F6DAC8 Karry

📋 copy color: '#F6DAC8'

red 246 ◦ green 218 ◦ blue 200

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

Shades of Karry #F6DAC8

Tints of Karry #F6DAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 30.12%

R = 37.05%
G = 32.83%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.19

 K value IS 0.04

RGB Variations

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

Color information

#F6DAC8 (or 0xF6DAC8) is known color: Karry. HEX triplet: F6, DA and C8. RGB value is (246,218,200). Sum of RGB (Red+Green+Blue) = 246+218+200=664 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.05% from 664); Green value is 218 (85.55% from 255 or 32.83% from 664); Blue value is 200 (78.52% from 255 or 30.12% from 664); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DAC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DAC8 is #092537. Grayscale: #E0E0E0. Windows color (decimal): -599352 or 13163254. OLE color: 13163254.

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

Color convert

RGB 246 218 200 -
CMYK 0 0.11 0.19 0.04
HSL 23.48º 0.72% 0.87% -
HSV(B) 23.48º 0.19% 0.96% -
XYZ 73.5 73.91 65.03 -
YUV 224.32 114.28 143.46 -
System Red Green Blue C M Y K H S L
Decimal 246 218 200 0 0.11 0.19 0.04 23.48 0.72 0.87
Hex F6 DA C8 0 B 13 4 17 48 57
Octal 366 332 310 0 13 23 4 27 110 127
Binary 11110110 11011010 11001000 0 1011 10011 100 10111 1001000 1010111

Color Harmonies of #F6DAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DAC8

Black with #F6DAC8

Text Example


Text Example

White with #F6DAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DAC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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