Html Css Color HEX #FBCACE Pink

📋 copy color: '#FBCACE'

red 251 ◦ green 202 ◦ blue 206

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

Shades of Pink #FBCACE

Tints of Pink #FBCACE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.65%

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

R = 38.09%
G = 30.65%
B = 31.26%

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

#FBCACE (or 0xFBCACE) is known color: Pink. HEX triplet: FB, CA and CE. RGB value is (251,202,206). Sum of RGB (Red+Green+Blue) = 251+202+206=659 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.09% from 659); Green value is 202 (79.30% from 255 or 30.65% from 659); Blue value is 206 (80.86% from 255 or 31.26% from 659); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCACE is #043531. Grayscale: #D9D9D9. Windows color (decimal): -275762 or 13552379. OLE color: 13552379.

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

Color convert

RGB 251 202 206 -
CMYK 0 0.20 0.18 0.02
HSL 355.1º 0.86% 0.89% -
HSV(B) 355.1º 0.2% 0.98% -
XYZ 72.04 67.21 67.57 -
YUV 217.11 121.73 152.17 -
System Red Green Blue C M Y K H S L
Decimal 251 202 206 0 0.20 0.18 0.02 355.1 0.86 0.89
Hex FB CA CE 0 14 12 2 163 56 59
Octal 373 312 316 0 24 22 2 543 126 131
Binary 11111011 11001010 11001110 0 10100 10010 10 101100011 1010110 1011001

Color Harmonies of #FBCACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCACE

Black with #FBCACE

Text Example


Text Example

White with #FBCACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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