Html Css Color HEX #F8CEFA Snuff

📋 copy color: '#F8CEFA'

red 248 ◦ green 206 ◦ blue 250

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

Shades of Snuff #F8CEFA

Tints of Snuff #F8CEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 35.51%

R = 35.23%
G = 29.26%
B = 35.51%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F8CEFA (or 0xF8CEFA) is known color: Snuff. HEX triplet: F8, CE and FA. RGB value is (248,206,250). Sum of RGB (Red+Green+Blue) = 248+206+250=704 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.23% from 704); Green value is 206 (80.86% from 255 or 29.26% from 704); Blue value is 250 (98.05% from 255 or 35.51% from 704); Max value from RGB is 250 - color contains mainly: blue. Hex color #F8CEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CEFA is #073105. Grayscale: #DFDFDF. Windows color (decimal): -471302 or 16436984. OLE color: 16436984.

HSL color Cylindrical-coordinate representation of color #F8CEFA: hue angle of 297.27º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8CEFA is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 248 206 250 -
CMYK 0.01 0.18 0 0.02
HSL 297.27º 0.81% 0.89% -
HSV(B) 297.27º 0.18% 0.98% -
XYZ 78.04 71 100.03 -
YUV 223.57 142.91 145.42 -
System Red Green Blue C M Y K H S L
Decimal 248 206 250 0.01 0.18 0 0.02 297.27 0.81 0.89
Hex F8 CE FA 1 12 0 2 129 51 59
Octal 370 316 372 1 22 0 2 451 121 131
Binary 11111000 11001110 11111010 1 10010 0 10 100101001 1010001 1011001

Color Harmonies of #F8CEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CEFA

Black with #F8CEFA

Text Example


Text Example

White with #F8CEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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