Html Css Color HEX #FBA3CE Carnation Pink

📋 copy color: '#FBA3CE'

red 251 ◦ green 163 ◦ blue 206

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

Shades of Carnation Pink #FBA3CE

Tints of Carnation Pink #FBA3CE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.29%

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

R = 40.48%
G = 26.29%
B = 33.23%

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

#FBA3CE (or 0xFBA3CE) is known color: Carnation Pink. HEX triplet: FB, A3 and CE. RGB value is (251,163,206). Sum of RGB (Red+Green+Blue) = 251+163+206=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 163 (64.06% from 255 or 26.29% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA3CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA3CE is #045C31. Grayscale: #C2C2C2. Windows color (decimal): -285746 or 13542395. OLE color: 13542395.

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

Color convert

RGB 251 163 206 -
CMYK 0 0.35 0.18 0.02
HSL 330.68º 0.92% 0.81% -
HSV(B) 330.68º 0.35% 0.98% -
XYZ 64.02 51.16 64.89 -
YUV 194.21 134.65 168.5 -
System Red Green Blue C M Y K H S L
Decimal 251 163 206 0 0.35 0.18 0.02 330.68 0.92 0.81
Hex FB A3 CE 0 23 12 2 14B 5C 51
Octal 373 243 316 0 43 22 2 513 134 121
Binary 11111011 10100011 11001110 0 100011 10010 10 101001011 1011100 1010001

Color Harmonies of #FBA3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA3CE

Black with #FBA3CE

Text Example


Text Example

White with #FBA3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA3CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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