Html Css Color HEX #FCCBFE Snuff

📋 copy color: '#FCCBFE'

red 252 ◦ green 203 ◦ blue 254

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

Shades of Snuff #FCCBFE

Tints of Snuff #FCCBFE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 28.63%

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

R = 35.54%
G = 28.63%
B = 35.83%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FCCBFE (or 0xFCCBFE) is known color: Snuff. HEX triplet: FC, CB and FE. RGB value is (252,203,254). Sum of RGB (Red+Green+Blue) = 252+203+254=709 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.54% from 709); Green value is 203 (79.69% from 255 or 28.63% from 709); Blue value is 254 (99.61% from 255 or 35.83% from 709); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCCBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCBFE is #033401. Grayscale: #DFDFDF. Windows color (decimal): -209922 or 16698364. OLE color: 16698364.

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

Color convert

RGB 252 203 254 -
CMYK 0.01 0.20 0 0.00
HSL 297.65º 0.96% 0.9% -
HSV(B) 297.65º 0.2% 1% -
XYZ 79.39 70.56 103.2 -
YUV 223.47 145.23 148.35 -
System Red Green Blue C M Y K H S L
Decimal 252 203 254 0.01 0.20 0 0.00 297.65 0.96 0.9
Hex FC CB FE 1 14 0 0 12A 60 5A
Octal 374 313 376 1 24 0 0 452 140 132
Binary 11111100 11001011 11111110 1 10100 0 0 100101010 1100000 1011010

Color Harmonies of #FCCBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCBFE

Black with #FCCBFE

Text Example


Text Example

White with #FCCBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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