Html Css Color HEX #FFC0FC Snuff

📋 copy color: '#FFC0FC'

red 255 ◦ green 192 ◦ blue 252

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

Shades of Snuff #FFC0FC

Tints of Snuff #FFC0FC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 27.47%

 BLUE value IS 252 (98.83% from 255) = 36.05%

R = 36.48%
G = 27.47%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FFC0FC (or 0xFFC0FC) is known color: Snuff. HEX triplet: FF, C0 and FC. RGB value is (255,192,252). Sum of RGB (Red+Green+Blue) = 255+192+252=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 192 (75.39% from 255 or 27.47% from 699); Blue value is 252 (98.83% from 255 or 36.05% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC0FC is #003F03. Grayscale: #D9D9D9. Windows color (decimal): -16132 or 16564479. OLE color: 16564479.

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

Color convert

RGB 255 192 252 -
CMYK 0 0.25 0.01 0
HSL 302.86º 1% 0.88% -
HSV(B) 302.86º 0.25% 1% -
XYZ 77.66 65.99 100.74 -
YUV 217.68 147.37 154.62 -
System Red Green Blue C M Y K H S L
Decimal 255 192 252 0 0.25 0.01 0 302.86 1 0.88
Hex FF C0 FC 0 19 1 0 12F 64 58
Octal 377 300 374 0 31 1 0 457 144 130
Binary 11111111 11000000 11111100 0 11001 1 0 100101111 1100100 1011000

Color Harmonies of #FFC0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC0FC

Black with #FFC0FC

Text Example


Text Example

White with #FFC0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC0FC; }

 p { color: rgb(255,192,252); }

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

background-color css

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

 a { background-color: rgb(255,192,252); }

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

border-color css

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

 span { border-color: rgb(255,192,252); }

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