Html Css Color HEX #F5CEF7 Snuff

📋 copy color: '#F5CEF7'

red 245 ◦ green 206 ◦ blue 247

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

Shades of Snuff #F5CEF7

Tints of Snuff #F5CEF7

RGB

 RED value IS 245 (96.09% from 255) = 35.1%

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

 BLUE value IS 247 (96.88% from 255) = 35.39%

R = 35.1%
G = 29.51%
B = 35.39%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F5CEF7 (or 0xF5CEF7) is known color: Snuff. HEX triplet: F5, CE and F7. RGB value is (245,206,247). Sum of RGB (Red+Green+Blue) = 245+206+247=698 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.10% from 698); Green value is 206 (80.86% from 255 or 29.51% from 698); Blue value is 247 (96.88% from 255 or 35.39% from 698); Max value from RGB is 247 - color contains mainly: blue. Hex color #F5CEF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CEF7 is #0A3108. Grayscale: #DEDEDE. Windows color (decimal): -667913 or 16240373. OLE color: 16240373.

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

Color convert

RGB 245 206 247 -
CMYK 0.01 0.17 0 0.03
HSL 297.07º 0.72% 0.89% -
HSV(B) 297.07º 0.17% 0.97% -
XYZ 76.52 70.27 97.53 -
YUV 222.34 141.92 144.17 -
System Red Green Blue C M Y K H S L
Decimal 245 206 247 0.01 0.17 0 0.03 297.07 0.72 0.89
Hex F5 CE F7 1 11 0 3 129 48 59
Octal 365 316 367 1 21 0 3 451 110 131
Binary 11110101 11001110 11110111 1 10001 0 11 100101001 1001000 1011001

Color Harmonies of #F5CEF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CEF7

Black with #F5CEF7

Text Example


Text Example

White with #F5CEF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CEF7; }

 p { color: rgb(245,206,247); }

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

background-color css

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

 a { background-color: rgb(245,206,247); }

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

border-color css

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

 span { border-color: rgb(245,206,247); }

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