Html Css Color HEX #FCBFFD Snuff

📋 copy color: '#FCBFFD'

red 252 ◦ green 191 ◦ blue 253

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

Shades of Snuff #FCBFFD

Tints of Snuff #FCBFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.35%

R = 36.21%
G = 27.44%
B = 36.35%

CMYK

 C value IS 0.00

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FCBFFD (or 0xFCBFFD) is known color: Snuff. HEX triplet: FC, BF and FD. RGB value is (252,191,253). Sum of RGB (Red+Green+Blue) = 252+191+253=696 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.21% from 696); Green value is 191 (75% from 255 or 27.44% from 696); Blue value is 253 (99.22% from 255 or 36.35% from 696); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCBFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBFFD is #034002. Grayscale: #D8D8D8. Windows color (decimal): -212995 or 16629756. OLE color: 16629756.

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

Color convert

RGB 252 191 253 -
CMYK 0.00 0.25 0 0.01
HSL 299.03º 0.94% 0.87% -
HSV(B) 299.03º 0.25% 0.99% -
XYZ 76.51 65.05 101.45 -
YUV 216.31 148.71 153.46 -
System Red Green Blue C M Y K H S L
Decimal 252 191 253 0.00 0.25 0 0.01 299.03 0.94 0.87
Hex FC BF FD 0 19 0 1 12B 5E 57
Octal 374 277 375 0 31 0 1 453 136 127
Binary 11111100 10111111 11111101 0 11001 0 1 100101011 1011110 1010111

Color Harmonies of #FCBFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBFFD

Black with #FCBFFD

Text Example


Text Example

White with #FCBFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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