Html Css Color HEX #FCB2FF Mauve

📋 copy color: '#FCB2FF'

red 252 ◦ green 178 ◦ blue 255

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

Shades of Mauve #FCB2FF

Tints of Mauve #FCB2FF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 25.99%

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

R = 36.79%
G = 25.99%
B = 37.23%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FCB2FF (or 0xFCB2FF) is known color: Mauve. HEX triplet: FC, B2 and FF. RGB value is (252,178,255). Sum of RGB (Red+Green+Blue) = 252+178+255=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 178 (69.92% from 255 or 25.99% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCB2FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCB2FF is #034D00. Grayscale: #D0D0D0. Windows color (decimal): -216321 or 16757500. OLE color: 16757500.

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

Color convert

RGB 252 178 255 -
CMYK 0.01 0.30 0 0
HSL 297.66º 1% 0.85% -
HSV(B) 297.66º 0.3% 1% -
XYZ 74.12 59.76 102.24 -
YUV 208.9 154.02 158.74 -
System Red Green Blue C M Y K H S L
Decimal 252 178 255 0.01 0.30 0 0 297.66 1 0.85
Hex FC B2 FF 1 1E 0 0 12A 64 55
Octal 374 262 377 1 36 0 0 452 144 125
Binary 11111100 10110010 11111111 1 11110 0 0 100101010 1100100 1010101

Color Harmonies of #FCB2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB2FF

Black with #FCB2FF

Text Example


Text Example

White with #FCB2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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