Html Css Color HEX #FB9DC6 Carnation Pink

📋 copy color: '#FB9DC6'

red 251 ◦ green 157 ◦ blue 198

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

Shades of Carnation Pink #FB9DC6

Tints of Carnation Pink #FB9DC6

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.91%

 BLUE value IS 198 (77.73% from 255) = 32.67%

R = 41.42%
G = 25.91%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FB9DC6 (or 0xFB9DC6) is known color: Carnation Pink. HEX triplet: FB, 9D and C6. RGB value is (251,157,198). Sum of RGB (Red+Green+Blue) = 251+157+198=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 157 (61.72% from 255 or 25.91% from 606); Blue value is 198 (77.73% from 255 or 32.67% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9DC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9DC6 is #046239. Grayscale: #BDBDBD. Windows color (decimal): -287290 or 13016571. OLE color: 13016571.

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

Color convert

RGB 251 157 198 -
CMYK 0 0.37 0.21 0.02
HSL 333.83º 0.92% 0.8% -
HSV(B) 333.83º 0.37% 0.98% -
XYZ 62.03 48.7 59.56 -
YUV 189.78 132.64 171.67 -
System Red Green Blue C M Y K H S L
Decimal 251 157 198 0 0.37 0.21 0.02 333.83 0.92 0.8
Hex FB 9D C6 0 25 15 2 14E 5C 50
Octal 373 235 306 0 45 25 2 516 134 120
Binary 11111011 10011101 11000110 0 100101 10101 10 101001110 1011100 1010000

Color Harmonies of #FB9DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9DC6

Black with #FB9DC6

Text Example


Text Example

White with #FB9DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9DC6; }

 p { color: rgb(251,157,198); }

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

background-color css

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

 a { background-color: rgb(251,157,198); }

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

border-color css

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

 span { border-color: rgb(251,157,198); }

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