Html Css Color HEX #F8CEBE Watusi

📋 copy color: '#F8CEBE'

red 248 ◦ green 206 ◦ blue 190

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

Shades of Watusi #F8CEBE

Tints of Watusi #F8CEBE

RGB

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

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

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

R = 38.51%
G = 31.99%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F8CEBE (or 0xF8CEBE) is known color: Watusi. HEX triplet: F8, CE and BE. RGB value is (248,206,190). Sum of RGB (Red+Green+Blue) = 248+206+190=644 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.51% from 644); Green value is 206 (80.86% from 255 or 31.99% from 644); Blue value is 190 (74.61% from 255 or 29.50% from 644); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CEBE is #073141. Grayscale: #D8D8D8. Windows color (decimal): -471362 or 12504824. OLE color: 12504824.

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

Color convert

RGB 248 206 190 -
CMYK 0 0.17 0.23 0.03
HSL 16.55º 0.81% 0.86% -
HSV(B) 16.55º 0.23% 0.97% -
XYZ 70.08 67.82 58.11 -
YUV 216.73 112.91 150.3 -
System Red Green Blue C M Y K H S L
Decimal 248 206 190 0 0.17 0.23 0.03 16.55 0.81 0.86
Hex F8 CE BE 0 11 17 3 11 51 56
Octal 370 316 276 0 21 27 3 21 121 126
Binary 11111000 11001110 10111110 0 10001 10111 11 10001 1010001 1010110

Color Harmonies of #F8CEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CEBE

Black with #F8CEBE

Text Example


Text Example

White with #F8CEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CEBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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