Html Css Color HEX #FBC5C3 Your Pink

📋 copy color: '#FBC5C3'

red 251 ◦ green 197 ◦ blue 195

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

Shades of Your Pink #FBC5C3

Tints of Your Pink #FBC5C3

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.64%

 BLUE value IS 195 (76.56% from 255) = 30.33%

R = 39.04%
G = 30.64%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FBC5C3 (or 0xFBC5C3) is known color: Your Pink. HEX triplet: FB, C5 and C3. RGB value is (251,197,195). Sum of RGB (Red+Green+Blue) = 251+197+195=643 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.04% from 643); Green value is 197 (77.34% from 255 or 30.64% from 643); Blue value is 195 (76.56% from 255 or 30.33% from 643); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC5C3 is #043A3C. Grayscale: #D4D4D4. Windows color (decimal): -277053 or 12830203. OLE color: 12830203.

HSL color Cylindrical-coordinate representation of color #FBC5C3: hue angle of 2.14º 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 #FBC5C3 is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 197 195 -
CMYK 0 0.22 0.22 0.02
HSL 2.14º 0.88% 0.87% -
HSV(B) 2.14º 0.22% 0.98% -
XYZ 69.6 64.38 60.39 -
YUV 212.92 117.89 155.16 -
System Red Green Blue C M Y K H S L
Decimal 251 197 195 0 0.22 0.22 0.02 2.14 0.88 0.87
Hex FB C5 C3 0 16 16 2 2 58 57
Octal 373 305 303 0 26 26 2 2 130 127
Binary 11111011 11000101 11000011 0 10110 10110 10 10 1011000 1010111

Color Harmonies of #FBC5C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC5C3

Black with #FBC5C3

Text Example


Text Example

White with #FBC5C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC5C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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