Html Css Color HEX #FBA9CC Carnation Pink

📋 copy color: '#FBA9CC'

red 251 ◦ green 169 ◦ blue 204

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

Shades of Carnation Pink #FBA9CC

Tints of Carnation Pink #FBA9CC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.08%

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

R = 40.22%
G = 27.08%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FBA9CC (or 0xFBA9CC) is known color: Carnation Pink. HEX triplet: FB, A9 and CC. RGB value is (251,169,204). Sum of RGB (Red+Green+Blue) = 251+169+204=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 169 (66.41% from 255 or 27.08% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA9CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA9CC is #045633. Grayscale: #C5C5C5. Windows color (decimal): -284212 or 13412859. OLE color: 13412859.

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

Color convert

RGB 251 169 204 -
CMYK 0 0.33 0.19 0.02
HSL 334.39º 0.91% 0.82% -
HSV(B) 334.39º 0.33% 0.98% -
XYZ 64.87 53.24 63.98 -
YUV 197.51 131.67 166.15 -
System Red Green Blue C M Y K H S L
Decimal 251 169 204 0 0.33 0.19 0.02 334.39 0.91 0.82
Hex FB A9 CC 0 21 13 2 14E 5B 52
Octal 373 251 314 0 41 23 2 516 133 122
Binary 11111011 10101001 11001100 0 100001 10011 10 101001110 1011011 1010010

Color Harmonies of #FBA9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA9CC

Black with #FBA9CC

Text Example


Text Example

White with #FBA9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA9CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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