Html Css Color HEX #F8CBEE Snuff

📋 copy color: '#F8CBEE'

red 248 ◦ green 203 ◦ blue 238

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

Shades of Snuff #F8CBEE

Tints of Snuff #F8CBEE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 29.46%

 BLUE value IS 238 (93.36% from 255) = 34.54%

R = 35.99%
G = 29.46%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F8CBEE (or 0xF8CBEE) is known color: Snuff. HEX triplet: F8, CB and EE. RGB value is (248,203,238). Sum of RGB (Red+Green+Blue) = 248+203+238=689 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.99% from 689); Green value is 203 (79.69% from 255 or 29.46% from 689); Blue value is 238 (93.36% from 255 or 34.54% from 689); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CBEE is #073411. Grayscale: #DCDCDC. Windows color (decimal): -472082 or 15649784. OLE color: 15649784.

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

Color convert

RGB 248 203 238 -
CMYK 0 0.18 0.04 0.03
HSL 313.33º 0.76% 0.88% -
HSV(B) 313.33º 0.18% 0.97% -
XYZ 75.5 68.84 90.2 -
YUV 220.45 137.91 147.65 -
System Red Green Blue C M Y K H S L
Decimal 248 203 238 0 0.18 0.04 0.03 313.33 0.76 0.88
Hex F8 CB EE 0 12 4 3 139 4C 58
Octal 370 313 356 0 22 4 3 471 114 130
Binary 11111000 11001011 11101110 0 10010 100 11 100111001 1001100 1011000

Color Harmonies of #F8CBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CBEE

Black with #F8CBEE

Text Example


Text Example

White with #F8CBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CBEE; }

 p { color: rgb(248,203,238); }

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

background-color css

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

 a { background-color: rgb(248,203,238); }

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

border-color css

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

 span { border-color: rgb(248,203,238); }

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