Html Css Color HEX #FBC4D3 Pink Lace

📋 copy color: '#FBC4D3'

red 251 ◦ green 196 ◦ blue 211

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

Shades of Pink Lace #FBC4D3

Tints of Pink Lace #FBC4D3

RGB

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

 GREEN value IS 196 (76.95% from 255) = 29.79%

 BLUE value IS 211 (82.81% from 255) = 32.07%

R = 38.15%
G = 29.79%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FBC4D3 (or 0xFBC4D3) is known color: Pink Lace. HEX triplet: FB, C4 and D3. RGB value is (251,196,211). Sum of RGB (Red+Green+Blue) = 251+196+211=658 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.15% from 658); Green value is 196 (76.95% from 255 or 29.79% from 658); Blue value is 211 (82.81% from 255 or 32.07% from 658); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC4D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC4D3 is #043B2C. Grayscale: #D6D6D6. Windows color (decimal): -277293 or 13878523. OLE color: 13878523.

HSL color Cylindrical-coordinate representation of color #FBC4D3: hue angle of 343.64º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FBC4D3 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 196 211 -
CMYK 0 0.22 0.16 0.02
HSL 343.64º 0.87% 0.88% -
HSV(B) 343.64º 0.22% 0.98% -
XYZ 71.28 64.69 70.36 -
YUV 214.16 126.22 154.28 -
System Red Green Blue C M Y K H S L
Decimal 251 196 211 0 0.22 0.16 0.02 343.64 0.87 0.88
Hex FB C4 D3 0 16 10 2 158 57 58
Octal 373 304 323 0 26 20 2 530 127 130
Binary 11111011 11000100 11010011 0 10110 10000 10 101011000 1010111 1011000

Color Harmonies of #FBC4D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC4D3

Black with #FBC4D3

Text Example


Text Example

White with #FBC4D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC4D3; }

 p { color: rgb(251,196,211); }

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

background-color css

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

 a { background-color: rgb(251,196,211); }

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

border-color css

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

 span { border-color: rgb(251,196,211); }

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