Html Css Color HEX #FBC5CC Pink

📋 copy color: '#FBC5CC'

red 251 ◦ green 197 ◦ blue 204

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

Shades of Pink #FBC5CC

Tints of Pink #FBC5CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.29%

R = 38.5%
G = 30.21%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FBC5CC (or 0xFBC5CC) is known color: Pink. HEX triplet: FB, C5 and CC. RGB value is (251,197,204). Sum of RGB (Red+Green+Blue) = 251+197+204=652 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.50% from 652); Green value is 197 (77.34% from 255 or 30.21% from 652); Blue value is 204 (80.08% from 255 or 31.29% from 652); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC5CC is #043A33. Grayscale: #D5D5D5. Windows color (decimal): -277044 or 13420027. OLE color: 13420027.

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

Color convert

RGB 251 197 204 -
CMYK 0 0.22 0.19 0.02
HSL 352.22º 0.87% 0.88% -
HSV(B) 352.22º 0.22% 0.98% -
XYZ 70.65 64.8 65.91 -
YUV 213.94 122.39 154.43 -
System Red Green Blue C M Y K H S L
Decimal 251 197 204 0 0.22 0.19 0.02 352.22 0.87 0.88
Hex FB C5 CC 0 16 13 2 160 57 58
Octal 373 305 314 0 26 23 2 540 127 130
Binary 11111011 11000101 11001100 0 10110 10011 10 101100000 1010111 1011000

Color Harmonies of #FBC5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC5CC

Black with #FBC5CC

Text Example


Text Example

White with #FBC5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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