#FFFBFD

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

Shades of Lavender Blush #FFFBFD

Tints of Lavender Blush #FFFBFD

Color information

#FFFBFD (or 0xFFFBFD) is unknown color: approx Lavender Blush. HEX triplet: FF, FB and FD. RGB value is (255,251,253). Sum of RGB (Red+Green+Blue) = 255+251+253=759 (100% of max value = 765). Red value is 255 (100% from 255 or 33.60% from 759); Green value is 251 (98.44% from 255 or 33.07% from 759); Blue value is 253 (99.22% from 255 or 33.33% from 759); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFBFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFBFD is #000402. Grayscale: #FCFCFC. Windows color (decimal): -1027 or 16645119. OLE color: 16645119.

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

Color convert

RGB255251253-
CMYK00.020.010
HSL330º100%99.22%-
HSV(B)330º1.57%100%-
XYZ93.4797.35106.79-
YUV252.42128.33129.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 33.60%
GREEN value IS 251 (98.44% from 255) = 33.07%
BLUE value IS 253 (99.22% from 255) = 33.33%
R=33.60%
G=33.07%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525125300.020.01033010099.22
HexFFFBFD021014a6463
Octal3773733750210512144143
Binary1111111111111011111111010101010100101011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFBFD; }

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

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

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

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

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

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

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

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