Html Css Color HEX #FBA5CA Carnation Pink

📋 copy color: '#FBA5CA'

red 251 ◦ green 165 ◦ blue 202

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

Shades of Carnation Pink #FBA5CA

Tints of Carnation Pink #FBA5CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 32.69%

R = 40.61%
G = 26.7%
B = 32.69%

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

#FBA5CA (or 0xFBA5CA) is known color: Carnation Pink. HEX triplet: FB, A5 and CA. RGB value is (251,165,202). Sum of RGB (Red+Green+Blue) = 251+165+202=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 165 (64.84% from 255 or 26.70% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA5CA is #045A35. Grayscale: #C2C2C2. Windows color (decimal): -285238 or 13280763. OLE color: 13280763.

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

Color convert

RGB 251 165 202 -
CMYK 0 0.34 0.20 0.02
HSL 334.19º 0.91% 0.82% -
HSV(B) 334.19º 0.34% 0.98% -
XYZ 63.9 51.68 62.49 -
YUV 194.93 131.99 167.99 -
System Red Green Blue C M Y K H S L
Decimal 251 165 202 0 0.34 0.20 0.02 334.19 0.91 0.82
Hex FB A5 CA 0 22 14 2 14E 5B 52
Octal 373 245 312 0 42 24 2 516 133 122
Binary 11111011 10100101 11001010 0 100010 10100 10 101001110 1011011 1010010

Color Harmonies of #FBA5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA5CA

Black with #FBA5CA

Text Example


Text Example

White with #FBA5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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