Html Css Color HEX #FCBEFE Snuff

📋 copy color: '#FCBEFE'

red 252 ◦ green 190 ◦ blue 254

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

Shades of Snuff #FCBEFE

Tints of Snuff #FCBEFE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 27.3%

 BLUE value IS 254 (99.61% from 255) = 36.49%

R = 36.21%
G = 27.3%
B = 36.49%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FCBEFE (or 0xFCBEFE) is known color: Snuff. HEX triplet: FC, BE and FE. RGB value is (252,190,254). Sum of RGB (Red+Green+Blue) = 252+190+254=696 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.21% from 696); Green value is 190 (74.61% from 255 or 27.30% from 696); Blue value is 254 (99.61% from 255 or 36.49% from 696); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCBEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBEFE is #034101. Grayscale: #D7D7D7. Windows color (decimal): -213250 or 16695036. OLE color: 16695036.

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

Color convert

RGB 252 190 254 -
CMYK 0.01 0.25 0 0.00
HSL 298.13º 0.97% 0.87% -
HSV(B) 298.13º 0.25% 1% -
XYZ 76.45 64.68 102.22 -
YUV 215.83 149.54 153.8 -
System Red Green Blue C M Y K H S L
Decimal 252 190 254 0.01 0.25 0 0.00 298.13 0.97 0.87
Hex FC BE FE 1 19 0 0 12A 61 57
Octal 374 276 376 1 31 0 0 452 141 127
Binary 11111100 10111110 11111110 1 11001 0 0 100101010 1100001 1010111

Color Harmonies of #FCBEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBEFE

Black with #FCBEFE

Text Example


Text Example

White with #FCBEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBEFE; }

 p { color: rgb(252,190,254); }

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

background-color css

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

 a { background-color: rgb(252,190,254); }

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

border-color css

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

 span { border-color: rgb(252,190,254); }

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