Html Css Color HEX #FBCCF1 Snuff

📋 copy color: '#FBCCF1'

red 251 ◦ green 204 ◦ blue 241

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

Shades of Snuff #FBCCF1

Tints of Snuff #FBCCF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 34.63%

R = 36.06%
G = 29.31%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FBCCF1 (or 0xFBCCF1) is known color: Snuff. HEX triplet: FB, CC and F1. RGB value is (251,204,241). Sum of RGB (Red+Green+Blue) = 251+204+241=696 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.06% from 696); Green value is 204 (80.08% from 255 or 29.31% from 696); Blue value is 241 (94.53% from 255 or 34.63% from 696); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCCF1 is #04330E. Grayscale: #DEDEDE. Windows color (decimal): -275215 or 15846651. OLE color: 15846651.

HSL color Cylindrical-coordinate representation of color #FBCCF1: hue angle of 312.77º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBCCF1 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 204 241 -
CMYK 0 0.19 0.04 0.02
HSL 312.77º 0.85% 0.89% -
HSV(B) 312.77º 0.19% 0.98% -
XYZ 77.25 70.05 92.67 -
YUV 222.27 138.57 148.49 -
System Red Green Blue C M Y K H S L
Decimal 251 204 241 0 0.19 0.04 0.02 312.77 0.85 0.89
Hex FB CC F1 0 13 4 2 139 55 59
Octal 373 314 361 0 23 4 2 471 125 131
Binary 11111011 11001100 11110001 0 10011 100 10 100111001 1010101 1011001

Color Harmonies of #FBCCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCCF1

Black with #FBCCF1

Text Example


Text Example

White with #FBCCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCCF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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