Html Css Color HEX #FFCEF7 Snuff

📋 copy color: '#FFCEF7'

red 255 ◦ green 206 ◦ blue 247

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

Shades of Snuff #FFCEF7

Tints of Snuff #FFCEF7

RGB

 RED value IS 255 (100% from 255) = 36.02%

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

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

R = 36.02%
G = 29.1%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#FFCEF7 (or 0xFFCEF7) is known color: Snuff. HEX triplet: FF, CE and F7. RGB value is (255,206,247). Sum of RGB (Red+Green+Blue) = 255+206+247=708 (93% of max value = 765). Red value is 255 (100% from 255 or 36.02% from 708); Green value is 206 (80.86% from 255 or 29.10% from 708); Blue value is 247 (96.88% from 255 or 34.89% from 708); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCEF7 is #003108. Grayscale: #E1E1E1. Windows color (decimal): -12553 or 16240383. OLE color: 16240383.

HSL color Cylindrical-coordinate representation of color #FFCEF7: hue angle of 309.8º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFCEF7 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB 255 206 247 -
CMYK 0 0.19 0.03 0
HSL 309.8º 1% 0.9% -
HSV(B) 309.8º 0.19% 1% -
XYZ 80.1 72.12 97.69 -
YUV 225.33 140.23 149.17 -
System Red Green Blue C M Y K H S L
Decimal 255 206 247 0 0.19 0.03 0 309.8 1 0.9
Hex FF CE F7 0 13 3 0 136 64 5A
Octal 377 316 367 0 23 3 0 466 144 132
Binary 11111111 11001110 11110111 0 10011 11 0 100110110 1100100 1011010

Color Harmonies of #FFCEF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCEF7

Black with #FFCEF7

Text Example


Text Example

White with #FFCEF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCEF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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