Html Css Color HEX #FBACCC Carnation Pink

📋 copy color: '#FBACCC'

red 251 ◦ green 172 ◦ blue 204

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

Shades of Carnation Pink #FBACCC

Tints of Carnation Pink #FBACCC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.43%

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

R = 40.03%
G = 27.43%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FBACCC (or 0xFBACCC) is known color: Carnation Pink. HEX triplet: FB, AC and CC. RGB value is (251,172,204). Sum of RGB (Red+Green+Blue) = 251+172+204=627 (83% of max value = 765). Red value is 251 (98.44% from 255 or 40.03% from 627); Green value is 172 (67.58% from 255 or 27.43% from 627); Blue value is 204 (80.08% from 255 or 32.54% from 627); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBACCC is #045333. Grayscale: #C7C7C7. Windows color (decimal): -283444 or 13413627. OLE color: 13413627.

HSL color Cylindrical-coordinate representation of color #FBACCC: hue angle of 335.7º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBACCC is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 172 204 -
CMYK 0 0.31 0.19 0.02
HSL 335.7º 0.91% 0.83% -
HSV(B) 335.7º 0.31% 0.98% -
XYZ 65.44 54.37 64.17 -
YUV 199.27 130.67 164.9 -
System Red Green Blue C M Y K H S L
Decimal 251 172 204 0 0.31 0.19 0.02 335.7 0.91 0.83
Hex FB AC CC 0 1F 13 2 150 5B 53
Octal 373 254 314 0 37 23 2 520 133 123
Binary 11111011 10101100 11001100 0 11111 10011 10 101010000 1011011 1010011

Color Harmonies of #FBACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBACCC

Black with #FBACCC

Text Example


Text Example

White with #FBACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBACCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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