#FBCAD2

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

Shades of Pink Lace #FBCAD2

Tints of Pink Lace #FBCAD2

Color information

#FBCAD2 (or 0xFBCAD2) is unknown color: approx Pink Lace. HEX triplet: FB, CA and D2. RGB value is (251,202,210). Sum of RGB (Red+Green+Blue) = 251+202+210=663 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.86% from 663); Green value is 202 (79.30% from 255 or 30.47% from 663); Blue value is 210 (82.42% from 255 or 31.67% from 663); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCAD2 is #04352D. Grayscale: #D9D9D9. Windows color (decimal): -275758 or 13814523. OLE color: 13814523.

HSL color Cylindrical-coordinate representation of color #FBCAD2: hue angle of 350.2º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBCAD2 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB251202210-
CMYK00.200.160.02
HSL350.2º85.96%88.82%-
HSV(B)350.2º19.52%98.43%-
XYZ72.5467.470.16-
YUV217.56123.73151.85-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.86%
GREEN value IS 202 (79.30% from 255) = 30.47%
BLUE value IS 210 (82.42% from 255) = 31.67%
R=37.86%
G=30.47%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120221000.200.160.02350.285.9688.82
HexFBCAD201410215e5659
Octal373312322024202536126131
Binary111110111100101011010010010100100001010101111010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCAD2; }

 p { color: rgb(251,202,210); }

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

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

 a { background-color: rgb(251,202,210); }

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

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

 span { border-color: rgb(251,202,210); }

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