Html Css Color HEX #FBA4C8 Carnation Pink

📋 copy color: '#FBA4C8'

red 251 ◦ green 164 ◦ blue 200

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

Shades of Carnation Pink #FBA4C8

Tints of Carnation Pink #FBA4C8

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.67%

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

R = 40.81%
G = 26.67%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FBA4C8 (or 0xFBA4C8) is known color: Carnation Pink. HEX triplet: FB, A4 and C8. RGB value is (251,164,200). Sum of RGB (Red+Green+Blue) = 251+164+200=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 164 (64.45% from 255 or 26.67% from 615); Blue value is 200 (78.52% from 255 or 32.52% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA4C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA4C8 is #045B37. Grayscale: #C2C2C2. Windows color (decimal): -285496 or 13149435. OLE color: 13149435.

HSL color Cylindrical-coordinate representation of color #FBA4C8: hue angle of 335.17º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBA4C8 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 164 200 -
CMYK 0 0.35 0.20 0.02
HSL 335.17º 0.92% 0.81% -
HSV(B) 335.17º 0.35% 0.98% -
XYZ 63.48 51.23 61.19 -
YUV 194.12 131.32 168.57 -
System Red Green Blue C M Y K H S L
Decimal 251 164 200 0 0.35 0.20 0.02 335.17 0.92 0.81
Hex FB A4 C8 0 23 14 2 14F 5C 51
Octal 373 244 310 0 43 24 2 517 134 121
Binary 11111011 10100100 11001000 0 100011 10100 10 101001111 1011100 1010001

Color Harmonies of #FBA4C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA4C8

Black with #FBA4C8

Text Example


Text Example

White with #FBA4C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA4C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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