Html Css Color HEX #FBA2CD Carnation Pink

📋 copy color: '#FBA2CD'

red 251 ◦ green 162 ◦ blue 205

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

Shades of Carnation Pink #FBA2CD

Tints of Carnation Pink #FBA2CD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.21%

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

R = 40.61%
G = 26.21%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FBA2CD (or 0xFBA2CD) is known color: Carnation Pink. HEX triplet: FB, A2 and CD. RGB value is (251,162,205). Sum of RGB (Red+Green+Blue) = 251+162+205=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 162 (63.67% from 255 or 26.21% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA2CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA2CD is #045D32. Grayscale: #C1C1C1. Windows color (decimal): -286003 or 13476603. OLE color: 13476603.

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

Color convert

RGB 251 162 205 -
CMYK 0 0.35 0.18 0.02
HSL 331.01º 0.92% 0.81% -
HSV(B) 331.01º 0.35% 0.98% -
XYZ 63.72 50.76 64.2 -
YUV 193.51 134.49 169 -
System Red Green Blue C M Y K H S L
Decimal 251 162 205 0 0.35 0.18 0.02 331.01 0.92 0.81
Hex FB A2 CD 0 23 12 2 14B 5C 51
Octal 373 242 315 0 43 22 2 513 134 121
Binary 11111011 10100010 11001101 0 100011 10010 10 101001011 1011100 1010001

Color Harmonies of #FBA2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA2CD

Black with #FBA2CD

Text Example


Text Example

White with #FBA2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA2CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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