Html Css Color HEX #FFC1FF Snuff

📋 copy color: '#FFC1FF'

red 255 ◦ green 193 ◦ blue 255

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

Shades of Snuff #FFC1FF

Tints of Snuff #FFC1FF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 27.45%

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

R = 36.27%
G = 27.45%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FFC1FF (or 0xFFC1FF) is known color: Snuff. HEX triplet: FF, C1 and FF. RGB value is (255,193,255). Sum of RGB (Red+Green+Blue) = 255+193+255=703 (93% of max value = 765). Red value is 255 (100% from 255 or 36.27% from 703); Green value is 193 (75.78% from 255 or 27.45% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFC1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC1FF is #003E00. Grayscale: #DADADA. Windows color (decimal): -15873 or 16761343. OLE color: 16761343.

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

Color convert

RGB 255 193 255 -
CMYK 0 0.24 0 0
HSL 300º 1% 0.88% -
HSV(B) 300º 0.24% 1% -
XYZ 78.36 66.62 103.34 -
YUV 218.61 148.54 153.96 -
System Red Green Blue C M Y K H S L
Decimal 255 193 255 0 0.24 0 0 300 1 0.88
Hex FF C1 FF 0 18 0 0 12C 64 58
Octal 377 301 377 0 30 0 0 454 144 130
Binary 11111111 11000001 11111111 0 11000 0 0 100101100 1100100 1011000

Color Harmonies of #FFC1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC1FF

Black with #FFC1FF

Text Example


Text Example

White with #FFC1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC1FF; }

 p { color: rgb(255,193,255); }

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

background-color css

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

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

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

border-color css

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

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

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