Html Css Color HEX #FBA0CE Carnation Pink

📋 copy color: '#FBA0CE'

red 251 ◦ green 160 ◦ blue 206

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

Shades of Carnation Pink #FBA0CE

Tints of Carnation Pink #FBA0CE

RGB

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

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

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

R = 40.68%
G = 25.93%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FBA0CE (or 0xFBA0CE) is known color: Carnation Pink. HEX triplet: FB, A0 and CE. RGB value is (251,160,206). Sum of RGB (Red+Green+Blue) = 251+160+206=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 160 (62.89% from 255 or 25.93% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA0CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA0CE is #045F31. Grayscale: #C0C0C0. Windows color (decimal): -286514 or 13541627. OLE color: 13541627.

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

Color convert

RGB 251 160 206 -
CMYK 0 0.36 0.18 0.02
HSL 329.67º 0.92% 0.81% -
HSV(B) 329.67º 0.36% 0.98% -
XYZ 63.5 50.11 64.72 -
YUV 192.45 135.65 169.76 -
System Red Green Blue C M Y K H S L
Decimal 251 160 206 0 0.36 0.18 0.02 329.67 0.92 0.81
Hex FB A0 CE 0 24 12 2 14A 5C 51
Octal 373 240 316 0 44 22 2 512 134 121
Binary 11111011 10100000 11001110 0 100100 10010 10 101001010 1011100 1010001

Color Harmonies of #FBA0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA0CE

Black with #FBA0CE

Text Example


Text Example

White with #FBA0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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