Html Css Color HEX #FCCAFF Snuff

📋 copy color: '#FCCAFF'

red 252 ◦ green 202 ◦ blue 255

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

Shades of Snuff #FCCAFF

Tints of Snuff #FCCAFF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 28.49%

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

R = 35.54%
G = 28.49%
B = 35.97%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FCCAFF (or 0xFCCAFF) is known color: Snuff. HEX triplet: FC, CA and FF. RGB value is (252,202,255). Sum of RGB (Red+Green+Blue) = 252+202+255=709 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.54% from 709); Green value is 202 (79.30% from 255 or 28.49% from 709); Blue value is 255 (100% from 255 or 35.97% from 709); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCCAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCAFF is #033500. Grayscale: #DEDEDE. Windows color (decimal): -210177 or 16763644. OLE color: 16763644.

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

Color convert

RGB 252 202 255 -
CMYK 0.01 0.21 0 0
HSL 296.6º 1% 0.9% -
HSV(B) 296.6º 0.21% 1% -
XYZ 79.32 70.16 103.97 -
YUV 222.99 146.07 148.69 -
System Red Green Blue C M Y K H S L
Decimal 252 202 255 0.01 0.21 0 0 296.6 1 0.9
Hex FC CA FF 1 15 0 0 129 64 5A
Octal 374 312 377 1 25 0 0 451 144 132
Binary 11111100 11001010 11111111 1 10101 0 0 100101001 1100100 1011010

Color Harmonies of #FCCAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCAFF

Black with #FCCAFF

Text Example


Text Example

White with #FCCAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCAFF; }

 p { color: rgb(252,202,255); }

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

background-color css

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

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

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

border-color css

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

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

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