Html Css Color HEX #F9DCC0 Karry

📋 copy color: '#F9DCC0'

red 249 ◦ green 220 ◦ blue 192

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

Shades of Karry #F9DCC0

Tints of Karry #F9DCC0

RGB

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

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

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

R = 37.67%
G = 33.28%
B = 29.05%

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

#F9DCC0 (or 0xF9DCC0) is known color: Karry. HEX triplet: F9, DC and C0. RGB value is (249,220,192). Sum of RGB (Red+Green+Blue) = 249+220+192=661 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.67% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 192 (75.39% from 255 or 29.05% from 661); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DCC0 is #06233F. Grayscale: #E1E1E1. Windows color (decimal): -402240 or 12639481. OLE color: 12639481.

HSL color Cylindrical-coordinate representation of color #F9DCC0: hue angle of 29.47º 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 #F9DCC0 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 220 192 -
CMYK 0 0.12 0.23 0.02
HSL 29.47º 0.83% 0.86% -
HSV(B) 29.47º 0.23% 0.98% -
XYZ 74.17 75.13 60.46 -
YUV 225.48 109.11 144.78 -
System Red Green Blue C M Y K H S L
Decimal 249 220 192 0 0.12 0.23 0.02 29.47 0.83 0.86
Hex F9 DC C0 0 C 17 2 1D 53 56
Octal 371 334 300 0 14 27 2 35 123 126
Binary 11111001 11011100 11000000 0 1100 10111 10 11101 1010011 1010110

Color Harmonies of #F9DCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DCC0

Black with #F9DCC0

Text Example


Text Example

White with #F9DCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DCC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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