Html Css Color HEX #F0CDBB Watusi

📋 copy color: '#F0CDBB'

red 240 ◦ green 205 ◦ blue 187

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

Shades of Watusi #F0CDBB

Tints of Watusi #F0CDBB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.44%

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

R = 37.97%
G = 32.44%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F0CDBB (or 0xF0CDBB) is known color: Watusi. HEX triplet: F0, CD and BB. RGB value is (240,205,187). Sum of RGB (Red+Green+Blue) = 240+205+187=632 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.97% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 187 (73.44% from 255 or 29.59% from 632); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CDBB is #0F3244. Grayscale: #D5D5D5. Windows color (decimal): -995909 or 12307952. OLE color: 12307952.

HSL color Cylindrical-coordinate representation of color #F0CDBB: hue angle of 20.38º 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 #F0CDBB is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 205 187 -
CMYK 0 0.15 0.22 0.06
HSL 20.38º 0.64% 0.84% -
HSV(B) 20.38º 0.22% 0.94% -
XYZ 66.74 65.78 56.19 -
YUV 213.41 113.1 146.96 -
System Red Green Blue C M Y K H S L
Decimal 240 205 187 0 0.15 0.22 0.06 20.38 0.64 0.84
Hex F0 CD BB 0 F 16 6 14 40 54
Octal 360 315 273 0 17 26 6 24 100 124
Binary 11110000 11001101 10111011 0 1111 10110 110 10100 1000000 1010100

Color Harmonies of #F0CDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CDBB

Black with #F0CDBB

Text Example


Text Example

White with #F0CDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CDBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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