Html Css Color HEX #FBC3C0 Your Pink

📋 copy color: '#FBC3C0'

red 251 ◦ green 195 ◦ blue 192

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

Shades of Your Pink #FBC3C0

Tints of Your Pink #FBC3C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 30.09%

R = 39.34%
G = 30.56%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FBC3C0 (or 0xFBC3C0) is known color: Your Pink. HEX triplet: FB, C3 and C0. RGB value is (251,195,192). Sum of RGB (Red+Green+Blue) = 251+195+192=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 195 (76.56% from 255 or 30.56% from 638); Blue value is 192 (75.39% from 255 or 30.09% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC3C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC3C0 is #043C3F. Grayscale: #D3D3D3. Windows color (decimal): -277568 or 12633083. OLE color: 12633083.

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

Color convert

RGB 251 195 192 -
CMYK 0 0.22 0.24 0.02
HSL 3.05º 0.88% 0.87% -
HSV(B) 3.05º 0.24% 0.98% -
XYZ 68.81 63.35 58.47 -
YUV 211.4 117.05 156.24 -
System Red Green Blue C M Y K H S L
Decimal 251 195 192 0 0.22 0.24 0.02 3.05 0.88 0.87
Hex FB C3 C0 0 16 18 2 3 58 57
Octal 373 303 300 0 26 30 2 3 130 127
Binary 11111011 11000011 11000000 0 10110 11000 10 11 1011000 1010111

Color Harmonies of #FBC3C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC3C0

Black with #FBC3C0

Text Example


Text Example

White with #FBC3C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC3C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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