Html Css Color HEX #F0CDBC Watusi

📋 copy color: '#F0CDBC'

red 240 ◦ green 205 ◦ blue 188

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

Shades of Watusi #F0CDBC

Tints of Watusi #F0CDBC

RGB

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

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

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

R = 37.91%
G = 32.39%
B = 29.7%

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

#F0CDBC (or 0xF0CDBC) is known color: Watusi. HEX triplet: F0, CD and BC. RGB value is (240,205,188). Sum of RGB (Red+Green+Blue) = 240+205+188=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 188 (73.83% from 255 or 29.70% from 633); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CDBC is #0F3243. Grayscale: #D5D5D5. Windows color (decimal): -995908 or 12373488. OLE color: 12373488.

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

Color convert

RGB 240 205 188 -
CMYK 0 0.15 0.22 0.06
HSL 19.62º 0.63% 0.84% -
HSV(B) 19.62º 0.22% 0.94% -
XYZ 66.84 65.82 56.76 -
YUV 213.53 113.6 146.88 -
System Red Green Blue C M Y K H S L
Decimal 240 205 188 0 0.15 0.22 0.06 19.62 0.63 0.84
Hex F0 CD BC 0 F 16 6 14 3F 54
Octal 360 315 274 0 17 26 6 24 77 124
Binary 11110000 11001101 10111100 0 1111 10110 110 10100 111111 1010100

Color Harmonies of #F0CDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CDBC

Black with #F0CDBC

Text Example


Text Example

White with #F0CDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CDBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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