Html Css Color HEX #FBA1CA Carnation Pink

📋 copy color: '#FBA1CA'

red 251 ◦ green 161 ◦ blue 202

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

Shades of Carnation Pink #FBA1CA

Tints of Carnation Pink #FBA1CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 32.9%

R = 40.88%
G = 26.22%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FBA1CA (or 0xFBA1CA) is known color: Carnation Pink. HEX triplet: FB, A1 and CA. RGB value is (251,161,202). Sum of RGB (Red+Green+Blue) = 251+161+202=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 161 (63.28% from 255 or 26.22% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA1CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA1CA is #045E35. Grayscale: #C0C0C0. Windows color (decimal): -286262 or 13279739. OLE color: 13279739.

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

Color convert

RGB 251 161 202 -
CMYK 0 0.36 0.20 0.02
HSL 332.67º 0.92% 0.81% -
HSV(B) 332.67º 0.36% 0.98% -
XYZ 63.19 50.26 62.25 -
YUV 192.58 133.32 169.67 -
System Red Green Blue C M Y K H S L
Decimal 251 161 202 0 0.36 0.20 0.02 332.67 0.92 0.81
Hex FB A1 CA 0 24 14 2 14D 5C 51
Octal 373 241 312 0 44 24 2 515 134 121
Binary 11111011 10100001 11001010 0 100100 10100 10 101001101 1011100 1010001

Color Harmonies of #FBA1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA1CA

Black with #FBA1CA

Text Example


Text Example

White with #FBA1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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