Html Css Color HEX #F8CCBA Watusi

📋 copy color: '#F8CCBA'

red 248 ◦ green 204 ◦ blue 186

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

Shades of Watusi #F8CCBA

Tints of Watusi #F8CCBA

RGB

 RED value IS 248 (97.27% from 255) = 38.87%

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

 BLUE value IS 186 (73.05% from 255) = 29.15%

R = 38.87%
G = 31.97%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F8CCBA (or 0xF8CCBA) is known color: Watusi. HEX triplet: F8, CC and BA. RGB value is (248,204,186). Sum of RGB (Red+Green+Blue) = 248+204+186=638 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.87% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 186 (73.05% from 255 or 29.15% from 638); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CCBA is #073345. Grayscale: #D7D7D7. Windows color (decimal): -471878 or 12242168. OLE color: 12242168.

HSL color Cylindrical-coordinate representation of color #F8CCBA: hue angle of 17.42º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8CCBA is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 204 186 -
CMYK 0 0.18 0.25 0.03
HSL 17.42º 0.82% 0.85% -
HSV(B) 17.42º 0.25% 0.97% -
XYZ 69.17 66.69 55.68 -
YUV 215.1 111.58 151.46 -
System Red Green Blue C M Y K H S L
Decimal 248 204 186 0 0.18 0.25 0.03 17.42 0.82 0.85
Hex F8 CC BA 0 12 19 3 11 52 55
Octal 370 314 272 0 22 31 3 21 122 125
Binary 11111000 11001100 10111010 0 10010 11001 11 10001 1010010 1010101

Color Harmonies of #F8CCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CCBA

Black with #F8CCBA

Text Example


Text Example

White with #F8CCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CCBA; }

 p { color: rgb(248,204,186); }

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

background-color css

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

 a { background-color: rgb(248,204,186); }

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

border-color css

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

 span { border-color: rgb(248,204,186); }

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