Html Css Color HEX #FBA0C0 Carnation Pink

📋 copy color: '#FBA0C0'

red 251 ◦ green 160 ◦ blue 192

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

Shades of Carnation Pink #FBA0C0

Tints of Carnation Pink #FBA0C0

RGB

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

 GREEN value IS 160 (62.89% from 255) = 26.53%

 BLUE value IS 192 (75.39% from 255) = 31.84%

R = 41.63%
G = 26.53%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FBA0C0 (or 0xFBA0C0) is known color: Carnation Pink. HEX triplet: FB, A0 and C0. RGB value is (251,160,192). Sum of RGB (Red+Green+Blue) = 251+160+192=603 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.63% from 603); Green value is 160 (62.89% from 255 or 26.53% from 603); Blue value is 192 (75.39% from 255 or 31.84% from 603); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA0C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA0C0 is #045F3F. Grayscale: #BEBEBE. Windows color (decimal): -286528 or 12624123. OLE color: 12624123.

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

Color convert

RGB 251 160 192 -
CMYK 0 0.36 0.24 0.02
HSL 338.9º 0.92% 0.81% -
HSV(B) 338.9º 0.36% 0.98% -
XYZ 61.87 49.46 56.15 -
YUV 190.86 128.65 170.9 -
System Red Green Blue C M Y K H S L
Decimal 251 160 192 0 0.36 0.24 0.02 338.9 0.92 0.81
Hex FB A0 C0 0 24 18 2 153 5C 51
Octal 373 240 300 0 44 30 2 523 134 121
Binary 11111011 10100000 11000000 0 100100 11000 10 101010011 1011100 1010001

Color Harmonies of #FBA0C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA0C0

Black with #FBA0C0

Text Example


Text Example

White with #FBA0C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA0C0; }

 p { color: rgb(251,160,192); }

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

background-color css

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

 a { background-color: rgb(251,160,192); }

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

border-color css

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

 span { border-color: rgb(251,160,192); }

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