#FBCDF4

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

Shades of Snuff #FBCDF4

Tints of Snuff #FBCDF4

Color information

#FBCDF4 (or 0xFBCDF4) is unknown color: approx Snuff. HEX triplet: FB, CD and F4. RGB value is (251,205,244). Sum of RGB (Red+Green+Blue) = 251+205+244=700 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.86% from 700); Green value is 205 (80.47% from 255 or 29.29% from 700); Blue value is 244 (95.70% from 255 or 34.86% from 700); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCDF4 is #04320B. Grayscale: #DFDFDF. Windows color (decimal): -274956 or 16043515. OLE color: 16043515.

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

Color convert

RGB251205244-
CMYK00.180.030.02
HSL309.13º85.19%89.41%-
HSV(B)309.13º18.33%98.43%-
XYZ77.9470.795.13-
YUV223.2139.74147.83-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.86%
GREEN value IS 205 (80.47% from 255) = 29.29%
BLUE value IS 244 (95.70% from 255) = 34.86%
R=35.86%
G=29.29%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120524400.180.030.02309.1385.1989.41
HexFBCDF4012321355559
Octal37331536402232465125131
Binary111110111100110111110100010010111010011010110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCDF4; }

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

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

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

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

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

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

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

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