Html Css Color HEX #F9D9BF Karry

📋 copy color: '#F9D9BF'

red 249 ◦ green 217 ◦ blue 191

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

Shades of Karry #F9D9BF

Tints of Karry #F9D9BF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.03%

 BLUE value IS 191 (75% from 255) = 29.07%

R = 37.9%
G = 33.03%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#F9D9BF (or 0xF9D9BF) is known color: Karry. HEX triplet: F9, D9 and BF. RGB value is (249,217,191). Sum of RGB (Red+Green+Blue) = 249+217+191=657 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.90% from 657); Green value is 217 (85.16% from 255 or 33.03% from 657); Blue value is 191 (75% from 255 or 29.07% from 657); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D9BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D9BF is #062640. Grayscale: #DFDFDF. Windows color (decimal): -403009 or 12573177. OLE color: 12573177.

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

Color convert

RGB 249 217 191 -
CMYK 0 0.13 0.23 0.02
HSL 26.9º 0.83% 0.86% -
HSV(B) 26.9º 0.23% 0.98% -
XYZ 73.28 73.53 59.62 -
YUV 223.6 109.6 146.11 -
System Red Green Blue C M Y K H S L
Decimal 249 217 191 0 0.13 0.23 0.02 26.9 0.83 0.86
Hex F9 D9 BF 0 D 17 2 1B 53 56
Octal 371 331 277 0 15 27 2 33 123 126
Binary 11111001 11011001 10111111 0 1101 10111 10 11011 1010011 1010110

Color Harmonies of #F9D9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D9BF

Black with #F9D9BF

Text Example


Text Example

White with #F9D9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D9BF; }

 p { color: rgb(249,217,191); }

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

background-color css

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

 a { background-color: rgb(249,217,191); }

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

border-color css

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

 span { border-color: rgb(249,217,191); }

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