Html Css Color HEX #FFCEFA Snuff

📋 copy color: '#FFCEFA'

red 255 ◦ green 206 ◦ blue 250

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

Shades of Snuff #FFCEFA

Tints of Snuff #FFCEFA

RGB

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

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

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

R = 35.86%
G = 28.97%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FFCEFA (or 0xFFCEFA) is known color: Snuff. HEX triplet: FF, CE and FA. RGB value is (255,206,250). Sum of RGB (Red+Green+Blue) = 255+206+250=711 (94% of max value = 765). Red value is 255 (100% from 255 or 35.86% from 711); Green value is 206 (80.86% from 255 or 28.97% from 711); Blue value is 250 (98.05% from 255 or 35.16% from 711); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCEFA is #003105. Grayscale: #E1E1E1. Windows color (decimal): -12550 or 16436991. OLE color: 16436991.

HSL color Cylindrical-coordinate representation of color #FFCEFA: hue angle of 306.12º 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 #FFCEFA is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB 255 206 250 -
CMYK 0 0.19 0.02 0
HSL 306.12º 1% 0.9% -
HSV(B) 306.12º 0.19% 1% -
XYZ 80.57 72.3 100.15 -
YUV 225.67 141.73 148.92 -
System Red Green Blue C M Y K H S L
Decimal 255 206 250 0 0.19 0.02 0 306.12 1 0.9
Hex FF CE FA 0 13 2 0 132 64 5A
Octal 377 316 372 0 23 2 0 462 144 132
Binary 11111111 11001110 11111010 0 10011 10 0 100110010 1100100 1011010

Color Harmonies of #FFCEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCEFA

Black with #FFCEFA

Text Example


Text Example

White with #FFCEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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