Html Css Color HEX #FBCCFF Snuff

📋 copy color: '#FBCCFF'

red 251 ◦ green 204 ◦ blue 255

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

Shades of Snuff #FBCCFF

Tints of Snuff #FBCCFF

RGB

 RED value IS 251 (98.44% from 255) = 35.35%

 GREEN value IS 204 (80.08% from 255) = 28.73%

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

R = 35.35%
G = 28.73%
B = 35.92%

CMYK

 C value IS 0.02

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FBCCFF (or 0xFBCCFF) is known color: Snuff. HEX triplet: FB, CC and FF. RGB value is (251,204,255). Sum of RGB (Red+Green+Blue) = 251+204+255=710 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.35% from 710); Green value is 204 (80.08% from 255 or 28.73% 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 #FBCCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCCFF is #043300. Grayscale: #DFDFDF. Windows color (decimal): -275201 or 16764155. OLE color: 16764155.

HSL color Cylindrical-coordinate representation of color #FBCCFF: hue angle of 295.29º 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 #FBCCFF is Cyan = 0.02, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 251 204 255 -
CMYK 0.02 0.2 0 0
HSL 295.29º 1% 0.9% -
HSV(B) 295.29º 0.2% 1% -
XYZ 79.43 70.91 104.11 -
YUV 223.87 145.57 147.35 -
System Red Green Blue C M Y K H S L
Decimal 251 204 255 0.02 0.2 0 0 295.29 1 0.9
Hex FB CC FF 2 14 0 0 127 64 5A
Octal 373 314 377 2 24 0 0 447 144 132
Binary 11111011 11001100 11111111 10 10100 0 0 100100111 1100100 1011010

Color Harmonies of #FBCCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCCFF

Black with #FBCCFF

Text Example


Text Example

White with #FBCCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCCFF; }

 p { color: rgb(251,204,255); }

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

background-color css

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

 a { background-color: rgb(251,204,255); }

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

border-color css

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

 span { border-color: rgb(251,204,255); }

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