Html Css Color HEX #FBA5C6 Carnation Pink

📋 copy color: '#FBA5C6'

red 251 ◦ green 165 ◦ blue 198

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

Shades of Carnation Pink #FBA5C6

Tints of Carnation Pink #FBA5C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 32.25%

R = 40.88%
G = 26.87%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FBA5C6 (or 0xFBA5C6) is known color: Carnation Pink. HEX triplet: FB, A5 and C6. RGB value is (251,165,198). Sum of RGB (Red+Green+Blue) = 251+165+198=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 165 (64.84% from 255 or 26.87% from 614); Blue value is 198 (77.73% from 255 or 32.25% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA5C6 is #045A39. Grayscale: #C2C2C2. Windows color (decimal): -285242 or 13018619. OLE color: 13018619.

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

Color convert

RGB 251 165 198 -
CMYK 0 0.34 0.21 0.02
HSL 336.98º 0.91% 0.82% -
HSV(B) 336.98º 0.34% 0.98% -
XYZ 63.43 51.5 60.02 -
YUV 194.48 129.99 168.32 -
System Red Green Blue C M Y K H S L
Decimal 251 165 198 0 0.34 0.21 0.02 336.98 0.91 0.82
Hex FB A5 C6 0 22 15 2 151 5B 52
Octal 373 245 306 0 42 25 2 521 133 122
Binary 11111011 10100101 11000110 0 100010 10101 10 101010001 1011011 1010010

Color Harmonies of #FBA5C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA5C6

Black with #FBA5C6

Text Example


Text Example

White with #FBA5C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA5C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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