Html Css Color HEX #FBA7C2 Carnation Pink

📋 copy color: '#FBA7C2'

red 251 ◦ green 167 ◦ blue 194

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

Shades of Carnation Pink #FBA7C2

Tints of Carnation Pink #FBA7C2

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.29%

 BLUE value IS 194 (76.17% from 255) = 31.7%

R = 41.01%
G = 27.29%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FBA7C2 (or 0xFBA7C2) is known color: Carnation Pink. HEX triplet: FB, A7 and C2. RGB value is (251,167,194). Sum of RGB (Red+Green+Blue) = 251+167+194=612 (81% of max value = 765). Red value is 251 (98.44% from 255 or 41.01% from 612); Green value is 167 (65.62% from 255 or 27.29% from 612); Blue value is 194 (76.17% from 255 or 31.70% from 612); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA7C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA7C2 is #04583D. Grayscale: #C3C3C3. Windows color (decimal): -284734 or 12756987. OLE color: 12756987.

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

Color convert

RGB 251 167 194 -
CMYK 0 0.33 0.23 0.02
HSL 340.71º 0.91% 0.82% -
HSV(B) 340.71º 0.33% 0.98% -
XYZ 63.34 52.04 57.75 -
YUV 195.19 127.33 167.8 -
System Red Green Blue C M Y K H S L
Decimal 251 167 194 0 0.33 0.23 0.02 340.71 0.91 0.82
Hex FB A7 C2 0 21 17 2 155 5B 52
Octal 373 247 302 0 41 27 2 525 133 122
Binary 11111011 10100111 11000010 0 100001 10111 10 101010101 1011011 1010010

Color Harmonies of #FBA7C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA7C2

Black with #FBA7C2

Text Example


Text Example

White with #FBA7C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA7C2; }

 p { color: rgb(251,167,194); }

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

background-color css

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

 a { background-color: rgb(251,167,194); }

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

border-color css

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

 span { border-color: rgb(251,167,194); }

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