Html Css Color HEX #F5CCBE Watusi

📋 copy color: '#F5CCBE'

red 245 ◦ green 204 ◦ blue 190

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

Shades of Watusi #F5CCBE

Tints of Watusi #F5CCBE

RGB

 RED value IS 245 (96.09% from 255) = 38.34%

 GREEN value IS 204 (80.08% from 255) = 31.92%

 BLUE value IS 190 (74.61% from 255) = 29.73%

R = 38.34%
G = 31.92%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F5CCBE (or 0xF5CCBE) is known color: Watusi. HEX triplet: F5, CC and BE. RGB value is (245,204,190). Sum of RGB (Red+Green+Blue) = 245+204+190=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 190 (74.61% from 255 or 29.73% from 639); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CCBE is #0A3341. Grayscale: #D6D6D6. Windows color (decimal): -668482 or 12504309. OLE color: 12504309.

HSL color Cylindrical-coordinate representation of color #F5CCBE: hue angle of 15.27º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5CCBE is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 204 190 -
CMYK 0 0.17 0.22 0.04
HSL 15.27º 0.73% 0.85% -
HSV(B) 15.27º 0.22% 0.96% -
XYZ 68.54 66.32 57.9 -
YUV 214.66 114.08 149.64 -
System Red Green Blue C M Y K H S L
Decimal 245 204 190 0 0.17 0.22 0.04 15.27 0.73 0.85
Hex F5 CC BE 0 11 16 4 F 49 55
Octal 365 314 276 0 21 26 4 17 111 125
Binary 11110101 11001100 10111110 0 10001 10110 100 1111 1001001 1010101

Color Harmonies of #F5CCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CCBE

Black with #F5CCBE

Text Example


Text Example

White with #F5CCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CCBE; }

 p { color: rgb(245,204,190); }

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

background-color css

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

 a { background-color: rgb(245,204,190); }

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

border-color css

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

 span { border-color: rgb(245,204,190); }

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