Html Css Color HEX #FFC2FF Snuff

📋 copy color: '#FFC2FF'

red 255 ◦ green 194 ◦ blue 255

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

Shades of Snuff #FFC2FF

Tints of Snuff #FFC2FF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 27.56%

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

R = 36.22%
G = 27.56%
B = 36.22%

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

#FFC2FF (or 0xFFC2FF) is known color: Snuff. HEX triplet: FF, C2 and FF. RGB value is (255,194,255). Sum of RGB (Red+Green+Blue) = 255+194+255=704 (93% of max value = 765). Red value is 255 (100% from 255 or 36.22% from 704); Green value is 194 (76.17% from 255 or 27.56% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFC2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC2FF is #003D00. Grayscale: #DBDBDB. Windows color (decimal): -15617 or 16761599. OLE color: 16761599.

HSL color Cylindrical-coordinate representation of color #FFC2FF: 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 #FFC2FF is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 255 194 255 -
CMYK 0 0.24 0 0
HSL 300º 1% 0.88% -
HSV(B) 300º 0.24% 1% -
XYZ 78.58 67.06 103.41 -
YUV 219.19 148.21 153.54 -
System Red Green Blue C M Y K H S L
Decimal 255 194 255 0 0.24 0 0 300 1 0.88
Hex FF C2 FF 0 18 0 0 12C 64 58
Octal 377 302 377 0 30 0 0 454 144 130
Binary 11111111 11000010 11111111 0 11000 0 0 100101100 1100100 1011000

Color Harmonies of #FFC2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC2FF

Black with #FFC2FF

Text Example


Text Example

White with #FFC2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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