Html Css Color HEX #FBA5BF Carnation Pink

📋 copy color: '#FBA5BF'

red 251 ◦ green 165 ◦ blue 191

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

Shades of Carnation Pink #FBA5BF

Tints of Carnation Pink #FBA5BF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.18%

 BLUE value IS 191 (75% from 255) = 31.47%

R = 41.35%
G = 27.18%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FBA5BF (or 0xFBA5BF) is known color: Carnation Pink. HEX triplet: FB, A5 and BF. RGB value is (251,165,191). Sum of RGB (Red+Green+Blue) = 251+165+191=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 165 (64.84% from 255 or 27.18% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA5BF is #045A40. Grayscale: #C1C1C1. Windows color (decimal): -285249 or 12559867. OLE color: 12559867.

HSL color Cylindrical-coordinate representation of color #FBA5BF: hue angle of 341.86º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBA5BF is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 165 191 -
CMYK 0 0.34 0.24 0.02
HSL 341.86º 0.91% 0.82% -
HSV(B) 341.86º 0.34% 0.98% -
XYZ 62.64 51.18 55.87 -
YUV 193.68 126.49 168.89 -
System Red Green Blue C M Y K H S L
Decimal 251 165 191 0 0.34 0.24 0.02 341.86 0.91 0.82
Hex FB A5 BF 0 22 18 2 156 5B 52
Octal 373 245 277 0 42 30 2 526 133 122
Binary 11111011 10100101 10111111 0 100010 11000 10 101010110 1011011 1010010

Color Harmonies of #FBA5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA5BF

Black with #FBA5BF

Text Example


Text Example

White with #FBA5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA5BF; }

 p { color: rgb(251,165,191); }

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

background-color css

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

 a { background-color: rgb(251,165,191); }

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

border-color css

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

 span { border-color: rgb(251,165,191); }

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