Html Css Color HEX #F9CFBC Tuft Bush

📋 copy color: '#F9CFBC'

red 249 ◦ green 207 ◦ blue 188

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

Shades of Tuft Bush #F9CFBC

Tints of Tuft Bush #F9CFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 29.19%

R = 38.66%
G = 32.14%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#F9CFBC (or 0xF9CFBC) is known color: Tuft Bush. HEX triplet: F9, CF and BC. RGB value is (249,207,188). Sum of RGB (Red+Green+Blue) = 249+207+188=644 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.66% from 644); Green value is 207 (81.25% from 255 or 32.14% from 644); Blue value is 188 (73.83% from 255 or 29.19% from 644); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CFBC is #063043. Grayscale: #D9D9D9. Windows color (decimal): -405572 or 12374009. OLE color: 12374009.

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

Color convert

RGB 249 207 188 -
CMYK 0 0.17 0.24 0.02
HSL 18.69º 0.84% 0.86% -
HSV(B) 18.69º 0.24% 0.98% -
XYZ 70.46 68.4 57.07 -
YUV 217.39 111.41 150.54 -
System Red Green Blue C M Y K H S L
Decimal 249 207 188 0 0.17 0.24 0.02 18.69 0.84 0.86
Hex F9 CF BC 0 11 18 2 13 54 56
Octal 371 317 274 0 21 30 2 23 124 126
Binary 11111001 11001111 10111100 0 10001 11000 10 10011 1010100 1010110

Color Harmonies of #F9CFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CFBC

Black with #F9CFBC

Text Example


Text Example

White with #F9CFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CFBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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