#FBCFDD

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

Shades of Pink Lace #FBCFDD

Tints of Pink Lace #FBCFDD

Color information

#FBCFDD (or 0xFBCFDD) is unknown color: approx Pink Lace. HEX triplet: FB, CF and DD. RGB value is (251,207,221). Sum of RGB (Red+Green+Blue) = 251+207+221=679 (89% of max value = 765). Red value is 251 (98.44% from 255 or 36.97% from 679); Green value is 207 (81.25% from 255 or 30.49% from 679); Blue value is 221 (86.72% from 255 or 32.55% from 679); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCFDD is #043022. Grayscale: #DDDDDD. Windows color (decimal): -274467 or 14536699. OLE color: 14536699.

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

Color convert

RGB251207221-
CMYK00.180.120.02
HSL340.91º84.62%89.8%-
HSV(B)340.91º17.53%98.43%-
XYZ75.1570.3678.03-
YUV221.75127.58148.86-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.97%
GREEN value IS 207 (81.25% from 255) = 30.49%
BLUE value IS 221 (86.72% from 255) = 32.55%
R=36.97%
G=30.49%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120722100.180.120.02340.9184.6289.8
HexFBCFDD012C2155555a
Octal373317335022142525125132
Binary11111011110011111101110101001011001010101010110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCFDD; }

 p { color: rgb(251,207,221); }

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

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

 a { background-color: rgb(251,207,221); }

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

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

 span { border-color: rgb(251,207,221); }

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