Html Css Color HEX #FCCFF3 Snuff

📋 copy color: '#FCCFF3'

red 252 ◦ green 207 ◦ blue 243

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

Shades of Snuff #FCCFF3

Tints of Snuff #FCCFF3

RGB

 RED value IS 252 (98.83% from 255) = 35.9%

 GREEN value IS 207 (81.25% from 255) = 29.49%

 BLUE value IS 243 (95.31% from 255) = 34.62%

R = 35.9%
G = 29.49%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FCCFF3 (or 0xFCCFF3) is known color: Snuff. HEX triplet: FC, CF and F3. RGB value is (252,207,243). Sum of RGB (Red+Green+Blue) = 252+207+243=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 207 (81.25% from 255 or 29.49% from 702); Blue value is 243 (95.31% from 255 or 34.62% from 702); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCFF3 is #03300C. Grayscale: #E0E0E0. Windows color (decimal): -208909 or 15978492. OLE color: 15978492.

HSL color Cylindrical-coordinate representation of color #FCCFF3: hue angle of 312º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCCFF3 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 207 243 -
CMYK 0 0.18 0.04 0.01
HSL 312º 0.88% 0.9% -
HSV(B) 312º 0.18% 0.99% -
XYZ 78.64 71.79 94.51 -
YUV 224.56 138.41 147.57 -
System Red Green Blue C M Y K H S L
Decimal 252 207 243 0 0.18 0.04 0.01 312 0.88 0.9
Hex FC CF F3 0 12 4 1 138 58 5A
Octal 374 317 363 0 22 4 1 470 130 132
Binary 11111100 11001111 11110011 0 10010 100 1 100111000 1011000 1011010

Color Harmonies of #FCCFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCFF3

Black with #FCCFF3

Text Example


Text Example

White with #FCCFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCFF3; }

 p { color: rgb(252,207,243); }

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

background-color css

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

 a { background-color: rgb(252,207,243); }

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

border-color css

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

 span { border-color: rgb(252,207,243); }

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