Html Css Color HEX #FBD1C6 Coral Candy

📋 copy color: '#FBD1C6'

red 251 ◦ green 209 ◦ blue 198

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

Shades of Coral Candy #FBD1C6

Tints of Coral Candy #FBD1C6

RGB

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

 GREEN value IS 209 (82.03% from 255) = 31.76%

 BLUE value IS 198 (77.73% from 255) = 30.09%

R = 38.15%
G = 31.76%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FBD1C6 (or 0xFBD1C6) is known color: Coral Candy. HEX triplet: FB, D1 and C6. RGB value is (251,209,198). Sum of RGB (Red+Green+Blue) = 251+209+198=658 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.15% from 658); Green value is 209 (82.03% from 255 or 31.76% from 658); Blue value is 198 (77.73% from 255 or 30.09% from 658); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD1C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD1C6 is #042E39. Grayscale: #DCDCDC. Windows color (decimal): -273978 or 13029883. OLE color: 13029883.

HSL color Cylindrical-coordinate representation of color #FBD1C6: hue angle of 12.45º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FBD1C6 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 209 198 -
CMYK 0 0.17 0.21 0.02
HSL 12.45º 0.87% 0.88% -
HSV(B) 12.45º 0.21% 0.98% -
XYZ 72.78 70.19 63.14 -
YUV 220.3 115.41 149.89 -
System Red Green Blue C M Y K H S L
Decimal 251 209 198 0 0.17 0.21 0.02 12.45 0.87 0.88
Hex FB D1 C6 0 11 15 2 C 57 58
Octal 373 321 306 0 21 25 2 14 127 130
Binary 11111011 11010001 11000110 0 10001 10101 10 1100 1010111 1011000

Color Harmonies of #FBD1C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD1C6

Black with #FBD1C6

Text Example


Text Example

White with #FBD1C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD1C6; }

 p { color: rgb(251,209,198); }

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

background-color css

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

 a { background-color: rgb(251,209,198); }

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

border-color css

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

 span { border-color: rgb(251,209,198); }

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