Html Css Color HEX #FBCDD7 Pink Lace

📋 copy color: '#FBCDD7'

red 251 ◦ green 205 ◦ blue 215

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

Shades of Pink Lace #FBCDD7

Tints of Pink Lace #FBCDD7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 30.55%

 BLUE value IS 215 (84.38% from 255) = 32.04%

R = 37.41%
G = 30.55%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FBCDD7 (or 0xFBCDD7) is known color: Pink Lace. HEX triplet: FB, CD and D7. RGB value is (251,205,215). Sum of RGB (Red+Green+Blue) = 251+205+215=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 205 (80.47% from 255 or 30.55% from 671); Blue value is 215 (84.38% from 255 or 32.04% from 671); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCDD7 is #043228. Grayscale: #DBDBDB. Windows color (decimal): -274985 or 14142971. OLE color: 14142971.

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

Color convert

RGB 251 205 215 -
CMYK 0 0.18 0.14 0.02
HSL 346.96º 0.85% 0.89% -
HSV(B) 346.96º 0.18% 0.98% -
XYZ 73.88 69.08 73.73 -
YUV 219.89 125.24 150.19 -
System Red Green Blue C M Y K H S L
Decimal 251 205 215 0 0.18 0.14 0.02 346.96 0.85 0.89
Hex FB CD D7 0 12 E 2 15B 55 59
Octal 373 315 327 0 22 16 2 533 125 131
Binary 11111011 11001101 11010111 0 10010 1110 10 101011011 1010101 1011001

Color Harmonies of #FBCDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCDD7

Black with #FBCDD7

Text Example


Text Example

White with #FBCDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCDD7; }

 p { color: rgb(251,205,215); }

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

background-color css

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

 a { background-color: rgb(251,205,215); }

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

border-color css

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

 span { border-color: rgb(251,205,215); }

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