Html Css Color HEX #FB9BCD Carnation Pink

📋 copy color: '#FB9BCD'

red 251 ◦ green 155 ◦ blue 205

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

Shades of Carnation Pink #FB9BCD

Tints of Carnation Pink #FB9BCD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.37%

 BLUE value IS 205 (80.47% from 255) = 33.55%

R = 41.08%
G = 25.37%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FB9BCD (or 0xFB9BCD) is known color: Carnation Pink. HEX triplet: FB, 9B and CD. RGB value is (251,155,205). Sum of RGB (Red+Green+Blue) = 251+155+205=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 155 (60.94% from 255 or 25.37% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9BCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9BCD is #046432. Grayscale: #BDBDBD. Windows color (decimal): -287795 or 13474811. OLE color: 13474811.

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

Color convert

RGB 251 155 205 -
CMYK 0 0.38 0.18 0.02
HSL 328.75º 0.92% 0.8% -
HSV(B) 328.75º 0.38% 0.98% -
XYZ 62.52 48.36 63.8 -
YUV 189.4 136.8 171.93 -
System Red Green Blue C M Y K H S L
Decimal 251 155 205 0 0.38 0.18 0.02 328.75 0.92 0.8
Hex FB 9B CD 0 26 12 2 149 5C 50
Octal 373 233 315 0 46 22 2 511 134 120
Binary 11111011 10011011 11001101 0 100110 10010 10 101001001 1011100 1010000

Color Harmonies of #FB9BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9BCD

Black with #FB9BCD

Text Example


Text Example

White with #FB9BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9BCD; }

 p { color: rgb(251,155,205); }

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

background-color css

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

 a { background-color: rgb(251,155,205); }

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

border-color css

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

 span { border-color: rgb(251,155,205); }

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