Html Css Color HEX #FFC3F7 Snuff

📋 copy color: '#FFC3F7'

red 255 ◦ green 195 ◦ blue 247

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

Shades of Snuff #FFC3F7

Tints of Snuff #FFC3F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 35.44%

R = 36.59%
G = 27.98%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#FFC3F7 (or 0xFFC3F7) is known color: Snuff. HEX triplet: FF, C3 and F7. RGB value is (255,195,247). Sum of RGB (Red+Green+Blue) = 255+195+247=697 (92% of max value = 765). Red value is 255 (100% from 255 or 36.59% from 697); Green value is 195 (76.56% from 255 or 27.98% from 697); Blue value is 247 (96.88% from 255 or 35.44% from 697); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC3F7 is #003C08. Grayscale: #DADADA. Windows color (decimal): -15369 or 16237567. OLE color: 16237567.

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

Color convert

RGB 255 195 247 -
CMYK 0 0.24 0.03 0
HSL 308º 1% 0.88% -
HSV(B) 308º 0.24% 1% -
XYZ 77.54 67.01 96.84 -
YUV 218.87 143.88 153.77 -
System Red Green Blue C M Y K H S L
Decimal 255 195 247 0 0.24 0.03 0 308 1 0.88
Hex FF C3 F7 0 18 3 0 134 64 58
Octal 377 303 367 0 30 3 0 464 144 130
Binary 11111111 11000011 11110111 0 11000 11 0 100110100 1100100 1011000

Color Harmonies of #FFC3F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC3F7

Black with #FFC3F7

Text Example


Text Example

White with #FFC3F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC3F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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