Html Css Color HEX #F8CEBC Watusi

📋 copy color: '#F8CEBC'

red 248 ◦ green 206 ◦ blue 188

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

Shades of Watusi #F8CEBC

Tints of Watusi #F8CEBC

RGB

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

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

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

R = 38.63%
G = 32.09%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F8CEBC (or 0xF8CEBC) is known color: Watusi. HEX triplet: F8, CE and BC. RGB value is (248,206,188). Sum of RGB (Red+Green+Blue) = 248+206+188=642 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.63% from 642); Green value is 206 (80.86% from 255 or 32.09% from 642); Blue value is 188 (73.83% from 255 or 29.28% from 642); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CEBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CEBC is #073143. Grayscale: #D8D8D8. Windows color (decimal): -471364 or 12373752. OLE color: 12373752.

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

Color convert

RGB 248 206 188 -
CMYK 0 0.17 0.24 0.03
HSL 18º 0.81% 0.85% -
HSV(B) 18º 0.24% 0.97% -
XYZ 69.86 67.73 56.97 -
YUV 216.51 111.91 150.46 -
System Red Green Blue C M Y K H S L
Decimal 248 206 188 0 0.17 0.24 0.03 18 0.81 0.85
Hex F8 CE BC 0 11 18 3 12 51 55
Octal 370 316 274 0 21 30 3 22 121 125
Binary 11111000 11001110 10111100 0 10001 11000 11 10010 1010001 1010101

Color Harmonies of #F8CEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CEBC

Black with #F8CEBC

Text Example


Text Example

White with #F8CEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CEBC; }

 p { color: rgb(248,206,188); }

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

background-color css

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

 a { background-color: rgb(248,206,188); }

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

border-color css

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

 span { border-color: rgb(248,206,188); }

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