Html Css Color HEX #FBADC8 Carnation Pink

📋 copy color: '#FBADC8'

red 251 ◦ green 173 ◦ blue 200

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

Shades of Carnation Pink #FBADC8

Tints of Carnation Pink #FBADC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.05%

R = 40.22%
G = 27.72%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FBADC8 (or 0xFBADC8) is known color: Carnation Pink. HEX triplet: FB, AD and C8. RGB value is (251,173,200). Sum of RGB (Red+Green+Blue) = 251+173+200=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 200 (78.52% from 255 or 32.05% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBADC8 is #045237. Grayscale: #C7C7C7. Windows color (decimal): -283192 or 13151739. OLE color: 13151739.

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

Color convert

RGB 251 173 200 -
CMYK 0 0.31 0.20 0.02
HSL 339.23º 0.91% 0.83% -
HSV(B) 339.23º 0.31% 0.98% -
XYZ 65.15 54.57 61.74 -
YUV 199.4 128.34 164.8 -
System Red Green Blue C M Y K H S L
Decimal 251 173 200 0 0.31 0.20 0.02 339.23 0.91 0.83
Hex FB AD C8 0 1F 14 2 153 5B 53
Octal 373 255 310 0 37 24 2 523 133 123
Binary 11111011 10101101 11001000 0 11111 10100 10 101010011 1011011 1010011

Color Harmonies of #FBADC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBADC8

Black with #FBADC8

Text Example


Text Example

White with #FBADC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBADC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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