Html Css Color HEX #FBA8CB Carnation Pink

📋 copy color: '#FBA8CB'

red 251 ◦ green 168 ◦ blue 203

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

Shades of Carnation Pink #FBA8CB

Tints of Carnation Pink #FBA8CB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.01%

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

R = 40.35%
G = 27.01%
B = 32.64%

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

#FBA8CB (or 0xFBA8CB) is known color: Carnation Pink. HEX triplet: FB, A8 and CB. RGB value is (251,168,203). Sum of RGB (Red+Green+Blue) = 251+168+203=622 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.35% from 622); Green value is 168 (66.02% from 255 or 27.01% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA8CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA8CB is #045734. Grayscale: #C4C4C4. Windows color (decimal): -284469 or 13347067. OLE color: 13347067.

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

Color convert

RGB 251 168 203 -
CMYK 0 0.33 0.19 0.02
HSL 334.7º 0.91% 0.82% -
HSV(B) 334.7º 0.33% 0.98% -
XYZ 64.57 52.83 63.29 -
YUV 196.81 131.5 166.65 -
System Red Green Blue C M Y K H S L
Decimal 251 168 203 0 0.33 0.19 0.02 334.7 0.91 0.82
Hex FB A8 CB 0 21 13 2 14F 5B 52
Octal 373 250 313 0 41 23 2 517 133 122
Binary 11111011 10101000 11001011 0 100001 10011 10 101001111 1011011 1010010

Color Harmonies of #FBA8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA8CB

Black with #FBA8CB

Text Example


Text Example

White with #FBA8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA8CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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