Html Css Color HEX #FB9AC2 Carnation Pink

📋 copy color: '#FB9AC2'

red 251 ◦ green 154 ◦ blue 194

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

Shades of Carnation Pink #FB9AC2

Tints of Carnation Pink #FB9AC2

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.71%

 BLUE value IS 194 (76.17% from 255) = 32.39%

R = 41.9%
G = 25.71%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FB9AC2 (or 0xFB9AC2) is known color: Carnation Pink. HEX triplet: FB, 9A and C2. RGB value is (251,154,194). Sum of RGB (Red+Green+Blue) = 251+154+194=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 154 (60.55% from 255 or 25.71% from 599); Blue value is 194 (76.17% from 255 or 32.39% from 599); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9AC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9AC2 is #04653D. Grayscale: #BBBBBB. Windows color (decimal): -288062 or 12753659. OLE color: 12753659.

HSL color Cylindrical-coordinate representation of color #FB9AC2: hue angle of 335.26º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FB9AC2 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 154 194 -
CMYK 0 0.39 0.23 0.02
HSL 335.26º 0.92% 0.79% -
HSV(B) 335.26º 0.39% 0.98% -
XYZ 61.08 47.52 56.99 -
YUV 187.56 131.64 173.25 -
System Red Green Blue C M Y K H S L
Decimal 251 154 194 0 0.39 0.23 0.02 335.26 0.92 0.79
Hex FB 9A C2 0 27 17 2 14F 5C 4F
Octal 373 232 302 0 47 27 2 517 134 117
Binary 11111011 10011010 11000010 0 100111 10111 10 101001111 1011100 1001111

Color Harmonies of #FB9AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9AC2

Black with #FB9AC2

Text Example


Text Example

White with #FB9AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9AC2; }

 p { color: rgb(251,154,194); }

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

background-color css

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

 a { background-color: rgb(251,154,194); }

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

border-color css

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

 span { border-color: rgb(251,154,194); }

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