Html Css Color HEX #FBA5C8 Carnation Pink

📋 copy color: '#FBA5C8'

red 251 ◦ green 165 ◦ blue 200

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

Shades of Carnation Pink #FBA5C8

Tints of Carnation Pink #FBA5C8

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.79%

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

R = 40.75%
G = 26.79%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FBA5C8 (or 0xFBA5C8) is known color: Carnation Pink. HEX triplet: FB, A5 and C8. RGB value is (251,165,200). Sum of RGB (Red+Green+Blue) = 251+165+200=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 165 (64.84% from 255 or 26.79% from 616); Blue value is 200 (78.52% from 255 or 32.47% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA5C8 is #045A37. Grayscale: #C2C2C2. Windows color (decimal): -285240 or 13149691. OLE color: 13149691.

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

Color convert

RGB 251 165 200 -
CMYK 0 0.34 0.20 0.02
HSL 335.58º 0.91% 0.82% -
HSV(B) 335.58º 0.34% 0.98% -
XYZ 63.66 51.59 61.25 -
YUV 194.7 130.99 168.15 -
System Red Green Blue C M Y K H S L
Decimal 251 165 200 0 0.34 0.20 0.02 335.58 0.91 0.82
Hex FB A5 C8 0 22 14 2 150 5B 52
Octal 373 245 310 0 42 24 2 520 133 122
Binary 11111011 10100101 11001000 0 100010 10100 10 101010000 1011011 1010010

Color Harmonies of #FBA5C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA5C8

Black with #FBA5C8

Text Example


Text Example

White with #FBA5C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA5C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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