Html Css Color HEX #F5CEB7 Watusi

📋 copy color: '#F5CEB7'

red 245 ◦ green 206 ◦ blue 183

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

Shades of Watusi #F5CEB7

Tints of Watusi #F5CEB7

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.49%

 BLUE value IS 183 (71.88% from 255) = 28.86%

R = 38.64%
G = 32.49%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#F5CEB7 (or 0xF5CEB7) is known color: Watusi. HEX triplet: F5, CE and B7. RGB value is (245,206,183). Sum of RGB (Red+Green+Blue) = 245+206+183=634 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.64% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 183 (71.88% from 255 or 28.86% from 634); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CEB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CEB7 is #0A3148. Grayscale: #D7D7D7. Windows color (decimal): -667977 or 12046069. OLE color: 12046069.

HSL color Cylindrical-coordinate representation of color #F5CEB7: hue angle of 22.26º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F5CEB7 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 206 183 -
CMYK 0 0.16 0.25 0.04
HSL 22.26º 0.76% 0.84% -
HSV(B) 22.26º 0.25% 0.96% -
XYZ 68.27 66.97 54.13 -
YUV 215.04 109.92 149.37 -
System Red Green Blue C M Y K H S L
Decimal 245 206 183 0 0.16 0.25 0.04 22.26 0.76 0.84
Hex F5 CE B7 0 10 19 4 16 4C 54
Octal 365 316 267 0 20 31 4 26 114 124
Binary 11110101 11001110 10110111 0 10000 11001 100 10110 1001100 1010100

Color Harmonies of #F5CEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CEB7

Black with #F5CEB7

Text Example


Text Example

White with #F5CEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CEB7; }

 p { color: rgb(245,206,183); }

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

background-color css

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

 a { background-color: rgb(245,206,183); }

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

border-color css

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

 span { border-color: rgb(245,206,183); }

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