Html Css Color HEX #FCCBFF Snuff

📋 copy color: '#FCCBFF'

red 252 ◦ green 203 ◦ blue 255

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

Shades of Snuff #FCCBFF

Tints of Snuff #FCCBFF

RGB

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

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

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

R = 35.49%
G = 28.59%
B = 35.92%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FCCBFF (or 0xFCCBFF) is known color: Snuff. HEX triplet: FC, CB and FF. RGB value is (252,203,255). Sum of RGB (Red+Green+Blue) = 252+203+255=710 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.49% from 710); Green value is 203 (79.69% from 255 or 28.59% from 710); Blue value is 255 (100% from 255 or 35.92% from 710); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCCBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCBFF is #033400. Grayscale: #DFDFDF. Windows color (decimal): -209921 or 16763900. OLE color: 16763900.

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

Color convert

RGB 252 203 255 -
CMYK 0.01 0.20 0 0
HSL 296.54º 1% 0.9% -
HSV(B) 296.54º 0.2% 1% -
XYZ 79.55 70.63 104.05 -
YUV 223.58 145.73 148.27 -
System Red Green Blue C M Y K H S L
Decimal 252 203 255 0.01 0.20 0 0 296.54 1 0.9
Hex FC CB FF 1 14 0 0 129 64 5A
Octal 374 313 377 1 24 0 0 451 144 132
Binary 11111100 11001011 11111111 1 10100 0 0 100101001 1100100 1011010

Color Harmonies of #FCCBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCBFF

Black with #FCCBFF

Text Example


Text Example

White with #FCCBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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