Html Css Color HEX #FFC8F8 Snuff

📋 copy color: '#FFC8F8'

red 255 ◦ green 200 ◦ blue 248

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

Shades of Snuff #FFC8F8

Tints of Snuff #FFC8F8

RGB

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

 GREEN value IS 200 (78.52% from 255) = 28.45%

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

R = 36.27%
G = 28.45%
B = 35.28%

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

#FFC8F8 (or 0xFFC8F8) is known color: Snuff. HEX triplet: FF, C8 and F8. RGB value is (255,200,248). Sum of RGB (Red+Green+Blue) = 255+200+248=703 (93% of max value = 765). Red value is 255 (100% from 255 or 36.27% from 703); Green value is 200 (78.52% from 255 or 28.45% from 703); Blue value is 248 (97.27% from 255 or 35.28% from 703); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC8F8 is #003707. Grayscale: #DDDDDD. Windows color (decimal): -14088 or 16304383. OLE color: 16304383.

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

Color convert

RGB 255 200 248 -
CMYK 0 0.22 0.03 0
HSL 307.64º 1% 0.89% -
HSV(B) 307.64º 0.22% 1% -
XYZ 78.84 69.35 98.04 -
YUV 221.92 142.72 151.6 -
System Red Green Blue C M Y K H S L
Decimal 255 200 248 0 0.22 0.03 0 307.64 1 0.89
Hex FF C8 F8 0 16 3 0 134 64 59
Octal 377 310 370 0 26 3 0 464 144 131
Binary 11111111 11001000 11111000 0 10110 11 0 100110100 1100100 1011001

Color Harmonies of #FFC8F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC8F8

Black with #FFC8F8

Text Example


Text Example

White with #FFC8F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC8F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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