Html Css Color HEX #FFC7F8 Snuff

📋 copy color: '#FFC7F8'

red 255 ◦ green 199 ◦ blue 248

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

Shades of Snuff #FFC7F8

Tints of Snuff #FFC7F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 35.33%

R = 36.32%
G = 28.35%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#FFC7F8 (or 0xFFC7F8) is known color: Snuff. HEX triplet: FF, C7 and F8. RGB value is (255,199,248). Sum of RGB (Red+Green+Blue) = 255+199+248=702 (92% of max value = 765). Red value is 255 (100% from 255 or 36.32% from 702); Green value is 199 (78.12% from 255 or 28.35% from 702); Blue value is 248 (97.27% from 255 or 35.33% from 702); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC7F8 is #003807. Grayscale: #DDDDDD. Windows color (decimal): -14344 or 16304127. OLE color: 16304127.

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

Color convert

RGB 255 199 248 -
CMYK 0 0.22 0.03 0
HSL 307.5º 1% 0.89% -
HSV(B) 307.5º 0.22% 1% -
XYZ 78.61 68.88 97.96 -
YUV 221.33 143.05 152.02 -
System Red Green Blue C M Y K H S L
Decimal 255 199 248 0 0.22 0.03 0 307.5 1 0.89
Hex FF C7 F8 0 16 3 0 134 64 59
Octal 377 307 370 0 26 3 0 464 144 131
Binary 11111111 11000111 11111000 0 10110 11 0 100110100 1100100 1011001

Color Harmonies of #FFC7F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC7F8

Black with #FFC7F8

Text Example


Text Example

White with #FFC7F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC7F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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