Html Css Color HEX #F9CFBA Tuft Bush

📋 copy color: '#F9CFBA'

red 249 ◦ green 207 ◦ blue 186

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

Shades of Tuft Bush #F9CFBA

Tints of Tuft Bush #F9CFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 28.97%

R = 38.79%
G = 32.24%
B = 28.97%

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

#F9CFBA (or 0xF9CFBA) is known color: Tuft Bush. HEX triplet: F9, CF and BA. RGB value is (249,207,186). Sum of RGB (Red+Green+Blue) = 249+207+186=642 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.79% from 642); Green value is 207 (81.25% from 255 or 32.24% from 642); Blue value is 186 (73.05% from 255 or 28.97% from 642); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CFBA is #063045. Grayscale: #D9D9D9. Windows color (decimal): -405574 or 12242937. OLE color: 12242937.

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

Color convert

RGB 249 207 186 -
CMYK 0 0.17 0.25 0.02
HSL 20º 0.84% 0.85% -
HSV(B) 20º 0.25% 0.98% -
XYZ 70.24 68.31 55.94 -
YUV 217.16 110.41 150.71 -
System Red Green Blue C M Y K H S L
Decimal 249 207 186 0 0.17 0.25 0.02 20 0.84 0.85
Hex F9 CF BA 0 11 19 2 14 54 55
Octal 371 317 272 0 21 31 2 24 124 125
Binary 11111001 11001111 10111010 0 10001 11001 10 10100 1010100 1010101

Color Harmonies of #F9CFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CFBA

Black with #F9CFBA

Text Example


Text Example

White with #F9CFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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