Html Css Color HEX #F5CCB5 Watusi

📋 copy color: '#F5CCB5'

red 245 ◦ green 204 ◦ blue 181

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

Shades of Watusi #F5CCB5

Tints of Watusi #F5CCB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 28.73%

R = 38.89%
G = 32.38%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.04

RGB Variations

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

Color information

#F5CCB5 (or 0xF5CCB5) is known color: Watusi. HEX triplet: F5, CC and B5. RGB value is (245,204,181). Sum of RGB (Red+Green+Blue) = 245+204+181=630 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.89% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 181 (71.09% from 255 or 28.73% from 630); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CCB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CCB5 is #0A334A. Grayscale: #D5D5D5. Windows color (decimal): -668491 or 11914485. OLE color: 11914485.

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

Color convert

RGB 245 204 181 -
CMYK 0 0.17 0.26 0.04
HSL 21.56º 0.76% 0.84% -
HSV(B) 21.56º 0.26% 0.96% -
XYZ 67.59 65.93 52.88 -
YUV 213.64 109.58 150.37 -
System Red Green Blue C M Y K H S L
Decimal 245 204 181 0 0.17 0.26 0.04 21.56 0.76 0.84
Hex F5 CC B5 0 11 1A 4 16 4C 54
Octal 365 314 265 0 21 32 4 26 114 124
Binary 11110101 11001100 10110101 0 10001 11010 100 10110 1001100 1010100

Color Harmonies of #F5CCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CCB5

Black with #F5CCB5

Text Example


Text Example

White with #F5CCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CCB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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