Html Css Color HEX #FFC6FD Snuff

📋 copy color: '#FFC6FD'

red 255 ◦ green 198 ◦ blue 253

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

Shades of Snuff #FFC6FD

Tints of Snuff #FFC6FD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 28.05%

 BLUE value IS 253 (99.22% from 255) = 35.84%

R = 36.12%
G = 28.05%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FFC6FD (or 0xFFC6FD) is known color: Snuff. HEX triplet: FF, C6 and FD. RGB value is (255,198,253). Sum of RGB (Red+Green+Blue) = 255+198+253=706 (93% of max value = 765). Red value is 255 (100% from 255 or 36.12% from 706); Green value is 198 (77.73% from 255 or 28.05% from 706); Blue value is 253 (99.22% from 255 or 35.84% from 706); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC6FD is #003902. Grayscale: #DDDDDD. Windows color (decimal): -14595 or 16631551. OLE color: 16631551.

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

Color convert

RGB 255 198 253 -
CMYK 0 0.22 0.01 0
HSL 302.11º 1% 0.89% -
HSV(B) 302.11º 0.22% 1% -
XYZ 79.16 68.74 102.02 -
YUV 221.31 145.88 152.03 -
System Red Green Blue C M Y K H S L
Decimal 255 198 253 0 0.22 0.01 0 302.11 1 0.89
Hex FF C6 FD 0 16 1 0 12E 64 59
Octal 377 306 375 0 26 1 0 456 144 131
Binary 11111111 11000110 11111101 0 10110 1 0 100101110 1100100 1011001

Color Harmonies of #FFC6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC6FD

Black with #FFC6FD

Text Example


Text Example

White with #FFC6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC6FD; }

 p { color: rgb(255,198,253); }

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

background-color css

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

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

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

border-color css

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

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

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