Html Css Color HEX #FB9CBD Carnation Pink

📋 copy color: '#FB9CBD'

red 251 ◦ green 156 ◦ blue 189

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

Shades of Carnation Pink #FB9CBD

Tints of Carnation Pink #FB9CBD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.17%

 BLUE value IS 189 (74.22% from 255) = 31.71%

R = 42.11%
G = 26.17%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FB9CBD (or 0xFB9CBD) is known color: Carnation Pink. HEX triplet: FB, 9C and BD. RGB value is (251,156,189). Sum of RGB (Red+Green+Blue) = 251+156+189=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 156 (61.33% from 255 or 26.17% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9CBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9CBD is #046342. Grayscale: #BCBCBC. Windows color (decimal): -287555 or 12426491. OLE color: 12426491.

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

Color convert

RGB 251 156 189 -
CMYK 0 0.38 0.25 0.02
HSL 339.16º 0.92% 0.8% -
HSV(B) 339.16º 0.38% 0.98% -
XYZ 60.86 47.96 54.19 -
YUV 188.17 128.47 172.82 -
System Red Green Blue C M Y K H S L
Decimal 251 156 189 0 0.38 0.25 0.02 339.16 0.92 0.8
Hex FB 9C BD 0 26 19 2 153 5C 50
Octal 373 234 275 0 46 31 2 523 134 120
Binary 11111011 10011100 10111101 0 100110 11001 10 101010011 1011100 1010000

Color Harmonies of #FB9CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9CBD

Black with #FB9CBD

Text Example


Text Example

White with #FB9CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9CBD; }

 p { color: rgb(251,156,189); }

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

background-color css

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

 a { background-color: rgb(251,156,189); }

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

border-color css

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

 span { border-color: rgb(251,156,189); }

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