#FBCBF4

Color #FBCBF4 Snuff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snuff #FBCBF4

Tints of Snuff #FBCBF4

Color information

#FBCBF4 (or 0xFBCBF4) is unknown color: approx Snuff. HEX triplet: FB, CB and F4. RGB value is (251,203,244). Sum of RGB (Red+Green+Blue) = 251+203+244=698 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.96% from 698); Green value is 203 (79.69% from 255 or 29.08% from 698); Blue value is 244 (95.70% from 255 or 34.96% from 698); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCBF4 is #04340B. Grayscale: #DDDDDD. Windows color (decimal): -275468 or 16043003. OLE color: 16043003.

HSL color Cylindrical-coordinate representation of color #FBCBF4: hue angle of 308.75º degrees, saturation: 0.86, 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 #FBCBF4 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB251203244-
CMYK00.190.030.02
HSL308.75º85.71%89.02%-
HSV(B)308.75º19.12%98.43%-
XYZ77.4769.7594.97-
YUV222.03140.4148.67-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.96%
GREEN value IS 203 (79.69% from 255) = 29.08%
BLUE value IS 244 (95.70% from 255) = 34.96%
R=35.96%
G=29.08%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120324400.190.030.02308.7585.7189.02
HexFBCBF4013321355659
Octal37331336402332465126131
Binary111110111100101111110100010011111010011010110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCBF4; }

 p { color: rgb(251,203,244); }

 H1.HeaderClassName
 {
   color: #FBCBF4;
 }
 .AnyTagClassName
 {
   color: #FBCBF4;
 }
</style>
background-color css

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

 a { background-color: rgb(251,203,244); }

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

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

 span { border-color: rgb(251,203,244); }

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