Html Css Color HEX #FBACC8 Carnation Pink

📋 copy color: '#FBACC8'

red 251 ◦ green 172 ◦ blue 200

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

Shades of Carnation Pink #FBACC8

Tints of Carnation Pink #FBACC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.1%

R = 40.29%
G = 27.61%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FBACC8 (or 0xFBACC8) is known color: Carnation Pink. HEX triplet: FB, AC and C8. RGB value is (251,172,200). Sum of RGB (Red+Green+Blue) = 251+172+200=623 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.29% from 623); Green value is 172 (67.58% from 255 or 27.61% from 623); Blue value is 200 (78.52% from 255 or 32.10% from 623); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBACC8 is #045337. Grayscale: #C6C6C6. Windows color (decimal): -283448 or 13151483. OLE color: 13151483.

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

Color convert

RGB 251 172 200 -
CMYK 0 0.31 0.20 0.02
HSL 338.73º 0.91% 0.83% -
HSV(B) 338.73º 0.31% 0.98% -
XYZ 64.96 54.18 61.68 -
YUV 198.81 128.67 165.22 -
System Red Green Blue C M Y K H S L
Decimal 251 172 200 0 0.31 0.20 0.02 338.73 0.91 0.83
Hex FB AC C8 0 1F 14 2 153 5B 53
Octal 373 254 310 0 37 24 2 523 133 123
Binary 11111011 10101100 11001000 0 11111 10100 10 101010011 1011011 1010011

Color Harmonies of #FBACC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBACC8

Black with #FBACC8

Text Example


Text Example

White with #FBACC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBACC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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