Html Css Color HEX #FBC5CE Pink

📋 copy color: '#FBC5CE'

red 251 ◦ green 197 ◦ blue 206

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

Shades of Pink #FBC5CE

Tints of Pink #FBC5CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.5%

R = 38.38%
G = 30.12%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FBC5CE (or 0xFBC5CE) is known color: Pink. HEX triplet: FB, C5 and CE. RGB value is (251,197,206). Sum of RGB (Red+Green+Blue) = 251+197+206=654 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.38% from 654); Green value is 197 (77.34% from 255 or 30.12% from 654); Blue value is 206 (80.86% from 255 or 31.50% from 654); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC5CE is #043A31. Grayscale: #D6D6D6. Windows color (decimal): -277042 or 13551099. OLE color: 13551099.

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

Color convert

RGB 251 197 206 -
CMYK 0 0.22 0.18 0.02
HSL 350º 0.87% 0.88% -
HSV(B) 350º 0.22% 0.98% -
XYZ 70.89 64.9 67.18 -
YUV 214.17 123.39 154.27 -
System Red Green Blue C M Y K H S L
Decimal 251 197 206 0 0.22 0.18 0.02 350 0.87 0.88
Hex FB C5 CE 0 16 12 2 15E 57 58
Octal 373 305 316 0 26 22 2 536 127 130
Binary 11111011 11000101 11001110 0 10110 10010 10 101011110 1010111 1011000

Color Harmonies of #FBC5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC5CE

Black with #FBC5CE

Text Example


Text Example

White with #FBC5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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