Html Css Color HEX #FBADCB Carnation Pink

📋 copy color: '#FBADCB'

red 251 ◦ green 173 ◦ blue 203

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

Shades of Carnation Pink #FBADCB

Tints of Carnation Pink #FBADCB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.59%

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

R = 40.03%
G = 27.59%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FBADCB (or 0xFBADCB) is known color: Carnation Pink. HEX triplet: FB, AD and CB. RGB value is (251,173,203). Sum of RGB (Red+Green+Blue) = 251+173+203=627 (83% of max value = 765). Red value is 251 (98.44% from 255 or 40.03% from 627); Green value is 173 (67.97% from 255 or 27.59% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBADCB is #045234. Grayscale: #C7C7C7. Windows color (decimal): -283189 or 13348347. OLE color: 13348347.

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

Color convert

RGB 251 173 203 -
CMYK 0 0.31 0.19 0.02
HSL 336.92º 0.91% 0.83% -
HSV(B) 336.92º 0.31% 0.98% -
XYZ 65.51 54.71 63.61 -
YUV 199.74 129.84 164.56 -
System Red Green Blue C M Y K H S L
Decimal 251 173 203 0 0.31 0.19 0.02 336.92 0.91 0.83
Hex FB AD CB 0 1F 13 2 151 5B 53
Octal 373 255 313 0 37 23 2 521 133 123
Binary 11111011 10101101 11001011 0 11111 10011 10 101010001 1011011 1010011

Color Harmonies of #FBADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBADCB

Black with #FBADCB

Text Example


Text Example

White with #FBADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBADCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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