Html Css Color HEX #F9DAC0 Karry

📋 copy color: '#F9DAC0'

red 249 ◦ green 218 ◦ blue 192

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

Shades of Karry #F9DAC0

Tints of Karry #F9DAC0

RGB

 RED value IS 249 (97.66% from 255) = 37.78%

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

 BLUE value IS 192 (75.39% from 255) = 29.14%

R = 37.78%
G = 33.08%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#F9DAC0 (or 0xF9DAC0) is known color: Karry. HEX triplet: F9, DA and C0. RGB value is (249,218,192). Sum of RGB (Red+Green+Blue) = 249+218+192=659 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.78% from 659); Green value is 218 (85.55% from 255 or 33.08% from 659); Blue value is 192 (75.39% from 255 or 29.14% from 659); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DAC0 is #06253F. Grayscale: #E0E0E0. Windows color (decimal): -402752 or 12638969. OLE color: 12638969.

HSL color Cylindrical-coordinate representation of color #F9DAC0: hue angle of 27.37º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F9DAC0 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 218 192 -
CMYK 0 0.12 0.23 0.02
HSL 27.37º 0.83% 0.86% -
HSV(B) 27.37º 0.23% 0.98% -
XYZ 73.65 74.09 60.29 -
YUV 224.31 109.77 145.61 -
System Red Green Blue C M Y K H S L
Decimal 249 218 192 0 0.12 0.23 0.02 27.37 0.83 0.86
Hex F9 DA C0 0 C 17 2 1B 53 56
Octal 371 332 300 0 14 27 2 33 123 126
Binary 11111001 11011010 11000000 0 1100 10111 10 11011 1010011 1010110

Color Harmonies of #F9DAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DAC0

Black with #F9DAC0

Text Example


Text Example

White with #F9DAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DAC0; }

 p { color: rgb(249,218,192); }

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

background-color css

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

 a { background-color: rgb(249,218,192); }

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

border-color css

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

 span { border-color: rgb(249,218,192); }

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