Html Css Color HEX #FBA7CB Carnation Pink

📋 copy color: '#FBA7CB'

red 251 ◦ green 167 ◦ blue 203

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

Shades of Carnation Pink #FBA7CB

Tints of Carnation Pink #FBA7CB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.89%

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

R = 40.42%
G = 26.89%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FBA7CB (or 0xFBA7CB) is known color: Carnation Pink. HEX triplet: FB, A7 and CB. RGB value is (251,167,203). Sum of RGB (Red+Green+Blue) = 251+167+203=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 167 (65.62% from 255 or 26.89% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA7CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA7CB is #045834. Grayscale: #C4C4C4. Windows color (decimal): -284725 or 13346811. OLE color: 13346811.

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

Color convert

RGB 251 167 203 -
CMYK 0 0.33 0.19 0.02
HSL 334.29º 0.91% 0.82% -
HSV(B) 334.29º 0.33% 0.98% -
XYZ 64.38 52.46 63.23 -
YUV 196.22 131.83 167.07 -
System Red Green Blue C M Y K H S L
Decimal 251 167 203 0 0.33 0.19 0.02 334.29 0.91 0.82
Hex FB A7 CB 0 21 13 2 14E 5B 52
Octal 373 247 313 0 41 23 2 516 133 122
Binary 11111011 10100111 11001011 0 100001 10011 10 101001110 1011011 1010010

Color Harmonies of #FBA7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA7CB

Black with #FBA7CB

Text Example


Text Example

White with #FBA7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA7CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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