Html Css Color HEX #FBA1CE Carnation Pink

📋 copy color: '#FBA1CE'

red 251 ◦ green 161 ◦ blue 206

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

Shades of Carnation Pink #FBA1CE

Tints of Carnation Pink #FBA1CE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.05%

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

R = 40.61%
G = 26.05%
B = 33.33%

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

#FBA1CE (or 0xFBA1CE) is known color: Carnation Pink. HEX triplet: FB, A1 and CE. RGB value is (251,161,206). Sum of RGB (Red+Green+Blue) = 251+161+206=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 161 (63.28% from 255 or 26.05% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA1CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA1CE is #045E31. Grayscale: #C0C0C0. Windows color (decimal): -286258 or 13541883. OLE color: 13541883.

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

Color convert

RGB 251 161 206 -
CMYK 0 0.36 0.18 0.02
HSL 330º 0.92% 0.81% -
HSV(B) 330º 0.36% 0.98% -
XYZ 63.67 50.46 64.78 -
YUV 193.04 135.32 169.34 -
System Red Green Blue C M Y K H S L
Decimal 251 161 206 0 0.36 0.18 0.02 330 0.92 0.81
Hex FB A1 CE 0 24 12 2 14A 5C 51
Octal 373 241 316 0 44 22 2 512 134 121
Binary 11111011 10100001 11001110 0 100100 10010 10 101001010 1011100 1010001

Color Harmonies of #FBA1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA1CE

Black with #FBA1CE

Text Example


Text Example

White with #FBA1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA1CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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