Html Css Color HEX #FBC8CD Pink

📋 copy color: '#FBC8CD'

red 251 ◦ green 200 ◦ blue 205

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

Shades of Pink #FBC8CD

Tints of Pink #FBC8CD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 30.49%

 BLUE value IS 205 (80.47% from 255) = 31.25%

R = 38.26%
G = 30.49%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FBC8CD (or 0xFBC8CD) is known color: Pink. HEX triplet: FB, C8 and CD. RGB value is (251,200,205). Sum of RGB (Red+Green+Blue) = 251+200+205=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 200 (78.52% from 255 or 30.49% from 656); Blue value is 205 (80.47% from 255 or 31.25% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC8CD is #043732. Grayscale: #D7D7D7. Windows color (decimal): -276275 or 13486331. OLE color: 13486331.

HSL color Cylindrical-coordinate representation of color #FBC8CD: hue angle of 354.12º degrees, saturation: 0.86, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBC8CD is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 200 205 -
CMYK 0 0.20 0.18 0.02
HSL 354.12º 0.86% 0.88% -
HSV(B) 354.12º 0.2% 0.98% -
XYZ 71.46 66.23 66.77 -
YUV 215.82 121.9 153.09 -
System Red Green Blue C M Y K H S L
Decimal 251 200 205 0 0.20 0.18 0.02 354.12 0.86 0.88
Hex FB C8 CD 0 14 12 2 162 56 58
Octal 373 310 315 0 24 22 2 542 126 130
Binary 11111011 11001000 11001101 0 10100 10010 10 101100010 1010110 1011000

Color Harmonies of #FBC8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC8CD

Black with #FBC8CD

Text Example


Text Example

White with #FBC8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC8CD; }

 p { color: rgb(251,200,205); }

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

background-color css

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

 a { background-color: rgb(251,200,205); }

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

border-color css

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

 span { border-color: rgb(251,200,205); }

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