Html Css Color HEX #FBA5CB Carnation Pink

📋 copy color: '#FBA5CB'

red 251 ◦ green 165 ◦ blue 203

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

Shades of Carnation Pink #FBA5CB

Tints of Carnation Pink #FBA5CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.79%

R = 40.55%
G = 26.66%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FBA5CB (or 0xFBA5CB) is known color: Carnation Pink. HEX triplet: FB, A5 and CB. RGB value is (251,165,203). Sum of RGB (Red+Green+Blue) = 251+165+203=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 165 (64.84% from 255 or 26.66% from 619); Blue value is 203 (79.69% from 255 or 32.79% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA5CB is #045A34. Grayscale: #C2C2C2. Windows color (decimal): -285237 or 13346299. OLE color: 13346299.

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

Color convert

RGB 251 165 203 -
CMYK 0 0.34 0.19 0.02
HSL 333.49º 0.91% 0.82% -
HSV(B) 333.49º 0.34% 0.98% -
XYZ 64.02 51.73 63.11 -
YUV 195.05 132.49 167.91 -
System Red Green Blue C M Y K H S L
Decimal 251 165 203 0 0.34 0.19 0.02 333.49 0.91 0.82
Hex FB A5 CB 0 22 13 2 14D 5B 52
Octal 373 245 313 0 42 23 2 515 133 122
Binary 11111011 10100101 11001011 0 100010 10011 10 101001101 1011011 1010010

Color Harmonies of #FBA5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA5CB

Black with #FBA5CB

Text Example


Text Example

White with #FBA5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA5CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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