Html Css Color HEX #FBCBDA Pink Lace

📋 copy color: '#FBCBDA'

red 251 ◦ green 203 ◦ blue 218

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

Shades of Pink Lace #FBCBDA

Tints of Pink Lace #FBCBDA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.21%

 BLUE value IS 218 (85.55% from 255) = 32.44%

R = 37.35%
G = 30.21%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FBCBDA (or 0xFBCBDA) is known color: Pink Lace. HEX triplet: FB, CB and DA. RGB value is (251,203,218). Sum of RGB (Red+Green+Blue) = 251+203+218=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 203 (79.69% from 255 or 30.21% from 672); Blue value is 218 (85.55% from 255 or 32.44% from 672); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCBDA is #043425. Grayscale: #DBDBDB. Windows color (decimal): -275494 or 14339067. OLE color: 14339067.

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

Color convert

RGB 251 203 218 -
CMYK 0 0.19 0.13 0.02
HSL 341.25º 0.86% 0.89% -
HSV(B) 341.25º 0.19% 0.98% -
XYZ 73.79 68.28 75.62 -
YUV 219.06 127.4 150.78 -
System Red Green Blue C M Y K H S L
Decimal 251 203 218 0 0.19 0.13 0.02 341.25 0.86 0.89
Hex FB CB DA 0 13 D 2 155 56 59
Octal 373 313 332 0 23 15 2 525 126 131
Binary 11111011 11001011 11011010 0 10011 1101 10 101010101 1010110 1011001

Color Harmonies of #FBCBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCBDA

Black with #FBCBDA

Text Example


Text Example

White with #FBCBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCBDA; }

 p { color: rgb(251,203,218); }

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

background-color css

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

 a { background-color: rgb(251,203,218); }

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

border-color css

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

 span { border-color: rgb(251,203,218); }

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