Html Css Color HEX #FBA2CE Carnation Pink

📋 copy color: '#FBA2CE'

red 251 ◦ green 162 ◦ blue 206

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

Shades of Carnation Pink #FBA2CE

Tints of Carnation Pink #FBA2CE

RGB

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

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

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

R = 40.55%
G = 26.17%
B = 33.28%

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

#FBA2CE (or 0xFBA2CE) is known color: Carnation Pink. HEX triplet: FB, A2 and CE. RGB value is (251,162,206). Sum of RGB (Red+Green+Blue) = 251+162+206=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 162 (63.67% from 255 or 26.17% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA2CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA2CE is #045D31. Grayscale: #C1C1C1. Windows color (decimal): -286002 or 13542139. OLE color: 13542139.

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

Color convert

RGB 251 162 206 -
CMYK 0 0.35 0.18 0.02
HSL 330.34º 0.92% 0.81% -
HSV(B) 330.34º 0.35% 0.98% -
XYZ 63.84 50.81 64.83 -
YUV 193.63 134.99 168.92 -
System Red Green Blue C M Y K H S L
Decimal 251 162 206 0 0.35 0.18 0.02 330.34 0.92 0.81
Hex FB A2 CE 0 23 12 2 14A 5C 51
Octal 373 242 316 0 43 22 2 512 134 121
Binary 11111011 10100010 11001110 0 100011 10010 10 101001010 1011100 1010001

Color Harmonies of #FBA2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA2CE

Black with #FBA2CE

Text Example


Text Example

White with #FBA2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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