Html Css Color HEX #FBA2CB Carnation Pink

📋 copy color: '#FBA2CB'

red 251 ◦ green 162 ◦ blue 203

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

Shades of Carnation Pink #FBA2CB

Tints of Carnation Pink #FBA2CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.95%

R = 40.75%
G = 26.3%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FBA2CB (or 0xFBA2CB) is known color: Carnation Pink. HEX triplet: FB, A2 and CB. RGB value is (251,162,203). Sum of RGB (Red+Green+Blue) = 251+162+203=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 162 (63.67% from 255 or 26.30% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA2CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA2CB is #045D34. Grayscale: #C1C1C1. Windows color (decimal): -286005 or 13345531. OLE color: 13345531.

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

Color convert

RGB 251 162 203 -
CMYK 0 0.35 0.19 0.02
HSL 332.36º 0.92% 0.81% -
HSV(B) 332.36º 0.35% 0.98% -
XYZ 63.48 50.66 62.93 -
YUV 193.29 133.49 169.17 -
System Red Green Blue C M Y K H S L
Decimal 251 162 203 0 0.35 0.19 0.02 332.36 0.92 0.81
Hex FB A2 CB 0 23 13 2 14C 5C 51
Octal 373 242 313 0 43 23 2 514 134 121
Binary 11111011 10100010 11001011 0 100011 10011 10 101001100 1011100 1010001

Color Harmonies of #FBA2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA2CB

Black with #FBA2CB

Text Example


Text Example

White with #FBA2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA2CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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