Html Css Color HEX #F0CFBB Watusi

📋 copy color: '#F0CFBB'

red 240 ◦ green 207 ◦ blue 187

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

Shades of Watusi #F0CFBB

Tints of Watusi #F0CFBB

RGB

 RED value IS 240 (94.14% from 255) = 37.85%

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

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

R = 37.85%
G = 32.65%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F0CFBB (or 0xF0CFBB) is known color: Watusi. HEX triplet: F0, CF and BB. RGB value is (240,207,187). Sum of RGB (Red+Green+Blue) = 240+207+187=634 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.85% from 634); Green value is 207 (81.25% from 255 or 32.65% from 634); Blue value is 187 (73.44% from 255 or 29.50% from 634); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CFBB is #0F3044. Grayscale: #D6D6D6. Windows color (decimal): -995397 or 12308464. OLE color: 12308464.

HSL color Cylindrical-coordinate representation of color #F0CFBB: hue angle of 22.64º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0CFBB is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 207 187 -
CMYK 0 0.14 0.22 0.06
HSL 22.64º 0.64% 0.84% -
HSV(B) 22.64º 0.22% 0.94% -
XYZ 67.22 66.74 56.35 -
YUV 214.59 112.43 146.13 -
System Red Green Blue C M Y K H S L
Decimal 240 207 187 0 0.14 0.22 0.06 22.64 0.64 0.84
Hex F0 CF BB 0 E 16 6 17 40 54
Octal 360 317 273 0 16 26 6 27 100 124
Binary 11110000 11001111 10111011 0 1110 10110 110 10111 1000000 1010100

Color Harmonies of #F0CFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CFBB

Black with #F0CFBB

Text Example


Text Example

White with #F0CFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CFBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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