Html Css Color HEX #FBFADD Chilean Heath

📋 copy color: '#FBFADD'

red 251 ◦ green 250 ◦ blue 221

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

Shades of Chilean Heath #FBFADD

Tints of Chilean Heath #FBFADD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 34.63%

 BLUE value IS 221 (86.72% from 255) = 30.61%

R = 34.76%
G = 34.63%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FBFADD (or 0xFBFADD) is known color: Chilean Heath. HEX triplet: FB, FA and DD. RGB value is (251,250,221). Sum of RGB (Red+Green+Blue) = 251+250+221=722 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.76% from 722); Green value is 250 (98.05% from 255 or 34.63% from 722); Blue value is 221 (86.72% from 255 or 30.61% from 722); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFADD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFADD is #040522. Grayscale: #F7F7F7. Windows color (decimal): -263459 or 14547707. OLE color: 14547707.

HSL color Cylindrical-coordinate representation of color #FBFADD: hue angle of 58º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FBFADD is Cyan = 0, Magento = 0.00, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 250 221 -
CMYK 0 0.00 0.12 0.02
HSL 58º 0.79% 0.93% -
HSV(B) 58º 0.12% 0.98% -
XYZ 87.02 94.1 81.98 -
YUV 246.99 113.33 130.86 -
System Red Green Blue C M Y K H S L
Decimal 251 250 221 0 0.00 0.12 0.02 58 0.79 0.93
Hex FB FA DD 0 0 C 2 3A 4F 5D
Octal 373 372 335 0 0 14 2 72 117 135
Binary 11111011 11111010 11011101 0 0 1100 10 111010 1001111 1011101

Color Harmonies of #FBFADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFADD

Black with #FBFADD

Text Example


Text Example

White with #FBFADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFADD; }

 p { color: rgb(251,250,221); }

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

background-color css

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

 a { background-color: rgb(251,250,221); }

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

border-color css

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

 span { border-color: rgb(251,250,221); }

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