Html Css Color HEX #FFC7FE Snuff

📋 copy color: '#FFC7FE'

red 255 ◦ green 199 ◦ blue 254

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

Shades of Snuff #FFC7FE

Tints of Snuff #FFC7FE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 28.11%

 BLUE value IS 254 (99.61% from 255) = 35.88%

R = 36.02%
G = 28.11%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.00

 K value IS 0

RGB Variations

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

Color information

#FFC7FE (or 0xFFC7FE) is known color: Snuff. HEX triplet: FF, C7 and FE. RGB value is (255,199,254). Sum of RGB (Red+Green+Blue) = 255+199+254=708 (93% of max value = 765). Red value is 255 (100% from 255 or 36.02% from 708); Green value is 199 (78.12% from 255 or 28.11% from 708); Blue value is 254 (99.61% from 255 or 35.88% from 708); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC7FE is #003801. Grayscale: #DDDDDD. Windows color (decimal): -14338 or 16697343. OLE color: 16697343.

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

Color convert

RGB 255 199 254 -
CMYK 0 0.22 0.00 0
HSL 301.07º 1% 0.89% -
HSV(B) 301.07º 0.22% 1% -
XYZ 79.55 69.26 102.94 -
YUV 222.01 146.05 151.53 -
System Red Green Blue C M Y K H S L
Decimal 255 199 254 0 0.22 0.00 0 301.07 1 0.89
Hex FF C7 FE 0 16 0 0 12D 64 59
Octal 377 307 376 0 26 0 0 455 144 131
Binary 11111111 11000111 11111110 0 10110 0 0 100101101 1100100 1011001

Color Harmonies of #FFC7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC7FE

Black with #FFC7FE

Text Example


Text Example

White with #FFC7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC7FE; }

 p { color: rgb(255,199,254); }

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

background-color css

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

 a { background-color: rgb(255,199,254); }

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

border-color css

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

 span { border-color: rgb(255,199,254); }

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