Html Css Color HEX #F9CFBB Tuft Bush

📋 copy color: '#F9CFBB'

red 249 ◦ green 207 ◦ blue 187

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

Shades of Tuft Bush #F9CFBB

Tints of Tuft Bush #F9CFBB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.19%

 BLUE value IS 187 (73.44% from 255) = 29.08%

R = 38.72%
G = 32.19%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F9CFBB (or 0xF9CFBB) is known color: Tuft Bush. HEX triplet: F9, CF and BB. RGB value is (249,207,187). Sum of RGB (Red+Green+Blue) = 249+207+187=643 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.72% from 643); Green value is 207 (81.25% from 255 or 32.19% from 643); Blue value is 187 (73.44% from 255 or 29.08% from 643); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CFBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CFBB is #063044. Grayscale: #D9D9D9. Windows color (decimal): -405573 or 12308473. OLE color: 12308473.

HSL color Cylindrical-coordinate representation of color #F9CFBB: hue angle of 19.35º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F9CFBB is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 207 187 -
CMYK 0 0.17 0.25 0.02
HSL 19.35º 0.84% 0.85% -
HSV(B) 19.35º 0.25% 0.98% -
XYZ 70.35 68.35 56.5 -
YUV 217.28 110.91 150.63 -
System Red Green Blue C M Y K H S L
Decimal 249 207 187 0 0.17 0.25 0.02 19.35 0.84 0.85
Hex F9 CF BB 0 11 19 2 13 54 55
Octal 371 317 273 0 21 31 2 23 124 125
Binary 11111001 11001111 10111011 0 10001 11001 10 10011 1010100 1010101

Color Harmonies of #F9CFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CFBB

Black with #F9CFBB

Text Example


Text Example

White with #F9CFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CFBB; }

 p { color: rgb(249,207,187); }

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

background-color css

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

 a { background-color: rgb(249,207,187); }

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

border-color css

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

 span { border-color: rgb(249,207,187); }

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