Html Css Color HEX #FBCEDB Pink Lace

📋 copy color: '#FBCEDB'

red 251 ◦ green 206 ◦ blue 219

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

Shades of Pink Lace #FBCEDB

Tints of Pink Lace #FBCEDB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 30.47%

 BLUE value IS 219 (85.94% from 255) = 32.4%

R = 37.13%
G = 30.47%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FBCEDB (or 0xFBCEDB) is known color: Pink Lace. HEX triplet: FB, CE and DB. RGB value is (251,206,219). Sum of RGB (Red+Green+Blue) = 251+206+219=676 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.13% from 676); Green value is 206 (80.86% from 255 or 30.47% from 676); Blue value is 219 (85.94% from 255 or 32.40% from 676); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCEDB is #043124. Grayscale: #DCDCDC. Windows color (decimal): -274725 or 14405371. OLE color: 14405371.

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

Color convert

RGB 251 206 219 -
CMYK 0 0.18 0.13 0.02
HSL 342.67º 0.85% 0.9% -
HSV(B) 342.67º 0.18% 0.98% -
XYZ 74.64 69.77 76.55 -
YUV 220.94 126.91 149.44 -
System Red Green Blue C M Y K H S L
Decimal 251 206 219 0 0.18 0.13 0.02 342.67 0.85 0.9
Hex FB CE DB 0 12 D 2 157 55 5A
Octal 373 316 333 0 22 15 2 527 125 132
Binary 11111011 11001110 11011011 0 10010 1101 10 101010111 1010101 1011010

Color Harmonies of #FBCEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCEDB

Black with #FBCEDB

Text Example


Text Example

White with #FBCEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCEDB; }

 p { color: rgb(251,206,219); }

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

background-color css

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

 a { background-color: rgb(251,206,219); }

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

border-color css

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

 span { border-color: rgb(251,206,219); }

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