Html Css Color HEX #FCBFFF Snuff

📋 copy color: '#FCBFFF'

red 252 ◦ green 191 ◦ blue 255

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

Shades of Snuff #FCBFFF

Tints of Snuff #FCBFFF

RGB

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

 GREEN value IS 191 (75% from 255) = 27.36%

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

R = 36.1%
G = 27.36%
B = 36.53%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FCBFFF (or 0xFCBFFF) is known color: Snuff. HEX triplet: FC, BF and FF. RGB value is (252,191,255). Sum of RGB (Red+Green+Blue) = 252+191+255=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 191 (75% from 255 or 27.36% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCBFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBFFF is #034000. Grayscale: #D8D8D8. Windows color (decimal): -212993 or 16760828. OLE color: 16760828.

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

Color convert

RGB 252 191 255 -
CMYK 0.01 0.25 0 0
HSL 297.19º 1% 0.87% -
HSV(B) 297.19º 0.25% 1% -
XYZ 76.83 65.18 103.14 -
YUV 216.54 149.71 153.3 -
System Red Green Blue C M Y K H S L
Decimal 252 191 255 0.01 0.25 0 0 297.19 1 0.87
Hex FC BF FF 1 19 0 0 129 64 57
Octal 374 277 377 1 31 0 0 451 144 127
Binary 11111100 10111111 11111111 1 11001 0 0 100101001 1100100 1010111

Color Harmonies of #FCBFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBFFF

Black with #FCBFFF

Text Example


Text Example

White with #FCBFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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