Html Css Color HEX #FB9EC3 Carnation Pink

📋 copy color: '#FB9EC3'

red 251 ◦ green 158 ◦ blue 195

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

Shades of Carnation Pink #FB9EC3

Tints of Carnation Pink #FB9EC3

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.16%

 BLUE value IS 195 (76.56% from 255) = 32.28%

R = 41.56%
G = 26.16%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FB9EC3 (or 0xFB9EC3) is known color: Carnation Pink. HEX triplet: FB, 9E and C3. RGB value is (251,158,195). Sum of RGB (Red+Green+Blue) = 251+158+195=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 158 (62.11% from 255 or 26.16% from 604); Blue value is 195 (76.56% from 255 or 32.28% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9EC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9EC3 is #04613C. Grayscale: #BDBDBD. Windows color (decimal): -287037 or 12820219. OLE color: 12820219.

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

Color convert

RGB 251 158 195 -
CMYK 0 0.37 0.22 0.02
HSL 336.13º 0.92% 0.8% -
HSV(B) 336.13º 0.37% 0.98% -
XYZ 61.86 48.9 57.81 -
YUV 190.03 130.81 171.49 -
System Red Green Blue C M Y K H S L
Decimal 251 158 195 0 0.37 0.22 0.02 336.13 0.92 0.8
Hex FB 9E C3 0 25 16 2 150 5C 50
Octal 373 236 303 0 45 26 2 520 134 120
Binary 11111011 10011110 11000011 0 100101 10110 10 101010000 1011100 1010000

Color Harmonies of #FB9EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9EC3

Black with #FB9EC3

Text Example


Text Example

White with #FB9EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9EC3; }

 p { color: rgb(251,158,195); }

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

background-color css

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

 a { background-color: rgb(251,158,195); }

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

border-color css

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

 span { border-color: rgb(251,158,195); }

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