Html Css Color HEX #FBC3D2 Pink Lace

📋 copy color: '#FBC3D2'

red 251 ◦ green 195 ◦ blue 210

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

Shades of Pink Lace #FBC3D2

Tints of Pink Lace #FBC3D2

RGB

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

 GREEN value IS 195 (76.56% from 255) = 29.73%

 BLUE value IS 210 (82.42% from 255) = 32.01%

R = 38.26%
G = 29.73%
B = 32.01%

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

#FBC3D2 (or 0xFBC3D2) is known color: Pink Lace. HEX triplet: FB, C3 and D2. RGB value is (251,195,210). Sum of RGB (Red+Green+Blue) = 251+195+210=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 195 (76.56% from 255 or 29.73% from 656); Blue value is 210 (82.42% from 255 or 32.01% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC3D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC3D2 is #043C2D. Grayscale: #D5D5D5. Windows color (decimal): -277550 or 13812731. OLE color: 13812731.

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

Color convert

RGB 251 195 210 -
CMYK 0 0.22 0.16 0.02
HSL 343.93º 0.88% 0.87% -
HSV(B) 343.93º 0.22% 0.98% -
XYZ 70.93 64.19 69.62 -
YUV 213.45 126.05 154.78 -
System Red Green Blue C M Y K H S L
Decimal 251 195 210 0 0.22 0.16 0.02 343.93 0.88 0.87
Hex FB C3 D2 0 16 10 2 158 58 57
Octal 373 303 322 0 26 20 2 530 130 127
Binary 11111011 11000011 11010010 0 10110 10000 10 101011000 1011000 1010111

Color Harmonies of #FBC3D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC3D2

Black with #FBC3D2

Text Example


Text Example

White with #FBC3D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC3D2; }

 p { color: rgb(251,195,210); }

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

background-color css

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

 a { background-color: rgb(251,195,210); }

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

border-color css

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

 span { border-color: rgb(251,195,210); }

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