Html Css Color HEX #FBCFD5 Pink Lace

📋 copy color: '#FBCFD5'

red 251 ◦ green 207 ◦ blue 213

#FBCFD5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Lace #FBCFD5

Tints of Pink Lace #FBCFD5

RGB

 RED value IS 251 (98.44% from 255) = 37.41%

 GREEN value IS 207 (81.25% from 255) = 30.85%

 BLUE value IS 213 (83.59% from 255) = 31.74%

R = 37.41%
G = 30.85%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FBCFD5 (or 0xFBCFD5) is known color: Pink Lace. HEX triplet: FB, CF and D5. RGB value is (251,207,213). Sum of RGB (Red+Green+Blue) = 251+207+213=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 207 (81.25% from 255 or 30.85% from 671); Blue value is 213 (83.59% from 255 or 31.74% from 671); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCFD5 is #04302A. Grayscale: #DCDCDC. Windows color (decimal): -274475 or 14012411. OLE color: 14012411.

HSL color Cylindrical-coordinate representation of color #FBCFD5: hue angle of 351.82º 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 #FBCFD5 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 207 213 -
CMYK 0 0.18 0.15 0.02
HSL 351.82º 0.85% 0.9% -
HSV(B) 351.82º 0.18% 0.98% -
XYZ 74.11 69.94 72.54 -
YUV 220.84 123.58 149.51 -
System Red Green Blue C M Y K H S L
Decimal 251 207 213 0 0.18 0.15 0.02 351.82 0.85 0.9
Hex FB CF D5 0 12 F 2 160 55 5A
Octal 373 317 325 0 22 17 2 540 125 132
Binary 11111011 11001111 11010101 0 10010 1111 10 101100000 1010101 1011010

Color Harmonies of #FBCFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCFD5

Black with #FBCFD5

Text Example


Text Example

White with #FBCFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCFD5; }

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

 H1.HeaderClassName
 {
   color: #FBCFD5;
 }
 .AnyTagClassName
 {
   color: #FBCFD5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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