Html Css Color HEX #F8CBF5 Snuff

📋 copy color: '#F8CBF5'

red 248 ◦ green 203 ◦ blue 245

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

Shades of Snuff #F8CBF5

Tints of Snuff #F8CBF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 35.2%

R = 35.63%
G = 29.17%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#F8CBF5 (or 0xF8CBF5) is known color: Snuff. HEX triplet: F8, CB and F5. RGB value is (248,203,245). Sum of RGB (Red+Green+Blue) = 248+203+245=696 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.63% from 696); Green value is 203 (79.69% from 255 or 29.17% from 696); Blue value is 245 (96.09% from 255 or 35.20% from 696); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CBF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CBF5 is #07340A. Grayscale: #DDDDDD. Windows color (decimal): -472075 or 16108536. OLE color: 16108536.

HSL color Cylindrical-coordinate representation of color #F8CBF5: hue angle of 304º 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 #F8CBF5 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 203 245 -
CMYK 0 0.18 0.01 0.03
HSL 304º 0.76% 0.88% -
HSV(B) 304º 0.18% 0.97% -
XYZ 76.55 69.26 95.72 -
YUV 221.24 141.41 147.08 -
System Red Green Blue C M Y K H S L
Decimal 248 203 245 0 0.18 0.01 0.03 304 0.76 0.88
Hex F8 CB F5 0 12 1 3 130 4C 58
Octal 370 313 365 0 22 1 3 460 114 130
Binary 11111000 11001011 11110101 0 10010 1 11 100110000 1001100 1011000

Color Harmonies of #F8CBF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CBF5

Black with #F8CBF5

Text Example


Text Example

White with #F8CBF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CBF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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