Html Css Color HEX #FB9ACC Carnation Pink

📋 copy color: '#FB9ACC'

red 251 ◦ green 154 ◦ blue 204

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

Shades of Carnation Pink #FB9ACC

Tints of Carnation Pink #FB9ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.5%

R = 41.22%
G = 25.29%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FB9ACC (or 0xFB9ACC) is known color: Carnation Pink. HEX triplet: FB, 9A and CC. RGB value is (251,154,204). Sum of RGB (Red+Green+Blue) = 251+154+204=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 154 (60.55% from 255 or 25.29% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9ACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9ACC is #046533. Grayscale: #BCBCBC. Windows color (decimal): -288052 or 13409019. OLE color: 13409019.

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

Color convert

RGB 251 154 204 -
CMYK 0 0.39 0.19 0.02
HSL 329.07º 0.92% 0.79% -
HSV(B) 329.07º 0.39% 0.98% -
XYZ 62.24 47.98 63.11 -
YUV 188.7 136.64 172.43 -
System Red Green Blue C M Y K H S L
Decimal 251 154 204 0 0.39 0.19 0.02 329.07 0.92 0.79
Hex FB 9A CC 0 27 13 2 149 5C 4F
Octal 373 232 314 0 47 23 2 511 134 117
Binary 11111011 10011010 11001100 0 100111 10011 10 101001001 1011100 1001111

Color Harmonies of #FB9ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9ACC

Black with #FB9ACC

Text Example


Text Example

White with #FB9ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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