Html Css Color HEX #FBD0C5 Coral Candy

📋 copy color: '#FBD0C5'

red 251 ◦ green 208 ◦ blue 197

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

Shades of Coral Candy #FBD0C5

Tints of Coral Candy #FBD0C5

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.71%

 BLUE value IS 197 (77.34% from 255) = 30.03%

R = 38.26%
G = 31.71%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FBD0C5 (or 0xFBD0C5) is known color: Coral Candy. HEX triplet: FB, D0 and C5. RGB value is (251,208,197). Sum of RGB (Red+Green+Blue) = 251+208+197=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 208 (81.64% from 255 or 31.71% from 656); Blue value is 197 (77.34% from 255 or 30.03% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD0C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD0C5 is #042F3A. Grayscale: #DBDBDB. Windows color (decimal): -274235 or 12964091. OLE color: 12964091.

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

Color convert

RGB 251 208 197 -
CMYK 0 0.17 0.22 0.02
HSL 12.22º 0.87% 0.88% -
HSV(B) 12.22º 0.22% 0.98% -
XYZ 72.42 69.65 62.45 -
YUV 219.6 115.25 150.39 -
System Red Green Blue C M Y K H S L
Decimal 251 208 197 0 0.17 0.22 0.02 12.22 0.87 0.88
Hex FB D0 C5 0 11 16 2 C 57 58
Octal 373 320 305 0 21 26 2 14 127 130
Binary 11111011 11010000 11000101 0 10001 10110 10 1100 1010111 1011000

Color Harmonies of #FBD0C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD0C5

Black with #FBD0C5

Text Example


Text Example

White with #FBD0C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD0C5; }

 p { color: rgb(251,208,197); }

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

background-color css

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

 a { background-color: rgb(251,208,197); }

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

border-color css

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

 span { border-color: rgb(251,208,197); }

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