Html Css Color HEX #FB9ACD Carnation Pink

📋 copy color: '#FB9ACD'

red 251 ◦ green 154 ◦ blue 205

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

Shades of Carnation Pink #FB9ACD

Tints of Carnation Pink #FB9ACD

RGB

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

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

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

R = 41.15%
G = 25.25%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FB9ACD (or 0xFB9ACD) is known color: Carnation Pink. HEX triplet: FB, 9A and CD. RGB value is (251,154,205). Sum of RGB (Red+Green+Blue) = 251+154+205=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 154 (60.55% from 255 or 25.25% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9ACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9ACD is #046532. Grayscale: #BCBCBC. Windows color (decimal): -288051 or 13474555. OLE color: 13474555.

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

Color convert

RGB 251 154 205 -
CMYK 0 0.39 0.18 0.02
HSL 328.45º 0.92% 0.79% -
HSV(B) 328.45º 0.39% 0.98% -
XYZ 62.36 48.03 63.74 -
YUV 188.82 137.14 172.35 -
System Red Green Blue C M Y K H S L
Decimal 251 154 205 0 0.39 0.18 0.02 328.45 0.92 0.79
Hex FB 9A CD 0 27 12 2 148 5C 4F
Octal 373 232 315 0 47 22 2 510 134 117
Binary 11111011 10011010 11001101 0 100111 10010 10 101001000 1011100 1001111

Color Harmonies of #FB9ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9ACD

Black with #FB9ACD

Text Example


Text Example

White with #FB9ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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