Html Css Color HEX #F9DDCC Karry

📋 copy color: '#F9DDCC'

red 249 ◦ green 221 ◦ blue 204

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

Shades of Karry #F9DDCC

Tints of Karry #F9DDCC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.79%

 BLUE value IS 204 (80.08% from 255) = 30.27%

R = 36.94%
G = 32.79%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F9DDCC (or 0xF9DDCC) is known color: Karry. HEX triplet: F9, DD and CC. RGB value is (249,221,204). Sum of RGB (Red+Green+Blue) = 249+221+204=674 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.94% from 674); Green value is 221 (86.72% from 255 or 32.79% from 674); Blue value is 204 (80.08% from 255 or 30.27% from 674); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DDCC is #062233. Grayscale: #E3E3E3. Windows color (decimal): -401972 or 13426169. OLE color: 13426169.

HSL color Cylindrical-coordinate representation of color #F9DDCC: hue angle of 22.67º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F9DDCC is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 221 204 -
CMYK 0 0.11 0.18 0.02
HSL 22.67º 0.79% 0.89% -
HSV(B) 22.67º 0.18% 0.98% -
XYZ 75.82 76.21 67.84 -
YUV 227.43 114.78 143.38 -
System Red Green Blue C M Y K H S L
Decimal 249 221 204 0 0.11 0.18 0.02 22.67 0.79 0.89
Hex F9 DD CC 0 B 12 2 17 4F 59
Octal 371 335 314 0 13 22 2 27 117 131
Binary 11111001 11011101 11001100 0 1011 10010 10 10111 1001111 1011001

Color Harmonies of #F9DDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DDCC

Black with #F9DDCC

Text Example


Text Example

White with #F9DDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DDCC; }

 p { color: rgb(249,221,204); }

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

background-color css

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

 a { background-color: rgb(249,221,204); }

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

border-color css

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

 span { border-color: rgb(249,221,204); }

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