Html Css Color HEX #FBA0CD Carnation Pink

📋 copy color: '#FBA0CD'

red 251 ◦ green 160 ◦ blue 205

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

Shades of Carnation Pink #FBA0CD

Tints of Carnation Pink #FBA0CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 33.28%

R = 40.75%
G = 25.97%
B = 33.28%

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

#FBA0CD (or 0xFBA0CD) is known color: Carnation Pink. HEX triplet: FB, A0 and CD. RGB value is (251,160,205). Sum of RGB (Red+Green+Blue) = 251+160+205=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 160 (62.89% from 255 or 25.97% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA0CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA0CD is #045F32. Grayscale: #C0C0C0. Windows color (decimal): -286515 or 13476091. OLE color: 13476091.

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

Color convert

RGB 251 160 205 -
CMYK 0 0.36 0.18 0.02
HSL 330.33º 0.92% 0.81% -
HSV(B) 330.33º 0.36% 0.98% -
XYZ 63.37 50.06 64.08 -
YUV 192.34 135.15 169.84 -
System Red Green Blue C M Y K H S L
Decimal 251 160 205 0 0.36 0.18 0.02 330.33 0.92 0.81
Hex FB A0 CD 0 24 12 2 14A 5C 51
Octal 373 240 315 0 44 22 2 512 134 121
Binary 11111011 10100000 11001101 0 100100 10010 10 101001010 1011100 1010001

Color Harmonies of #FBA0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA0CD

Black with #FBA0CD

Text Example


Text Example

White with #FBA0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA0CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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