Html Css Color HEX #FFC3FA Snuff

📋 copy color: '#FFC3FA'

red 255 ◦ green 195 ◦ blue 250

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

Shades of Snuff #FFC3FA

Tints of Snuff #FFC3FA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 27.86%

 BLUE value IS 250 (98.05% from 255) = 35.71%

R = 36.43%
G = 27.86%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FFC3FA (or 0xFFC3FA) is known color: Snuff. HEX triplet: FF, C3 and FA. RGB value is (255,195,250). Sum of RGB (Red+Green+Blue) = 255+195+250=700 (92% of max value = 765). Red value is 255 (100% from 255 or 36.43% from 700); Green value is 195 (76.56% from 255 or 27.86% from 700); Blue value is 250 (98.05% from 255 or 35.71% from 700); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC3FA is #003C05. Grayscale: #DBDBDB. Windows color (decimal): -15366 or 16434175. OLE color: 16434175.

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

Color convert

RGB 255 195 250 -
CMYK 0 0.24 0.02 0
HSL 305º 1% 0.88% -
HSV(B) 305º 0.24% 1% -
XYZ 78.01 67.19 99.3 -
YUV 219.21 145.38 153.53 -
System Red Green Blue C M Y K H S L
Decimal 255 195 250 0 0.24 0.02 0 305 1 0.88
Hex FF C3 FA 0 18 2 0 131 64 58
Octal 377 303 372 0 30 2 0 461 144 130
Binary 11111111 11000011 11111010 0 11000 10 0 100110001 1100100 1011000

Color Harmonies of #FFC3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC3FA

Black with #FFC3FA

Text Example


Text Example

White with #FFC3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC3FA; }

 p { color: rgb(255,195,250); }

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

background-color css

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

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

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

border-color css

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

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

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