Html Css Color HEX #FAB2B2 Sundown

📋 copy color: '#FAB2B2'

red 250 ◦ green 178 ◦ blue 178

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

Shades of Sundown #FAB2B2

Tints of Sundown #FAB2B2

RGB

 RED value IS 250 (98.05% from 255) = 41.25%

 GREEN value IS 178 (69.92% from 255) = 29.37%

 BLUE value IS 178 (69.92% from 255) = 29.37%

R = 41.25%
G = 29.37%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FAB2B2 (or 0xFAB2B2) is known color: Sundown. HEX triplet: FA, B2 and B2. RGB value is (250,178,178). Sum of RGB (Red+Green+Blue) = 250+178+178=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 178 (69.92% from 255 or 29.37% from 606); Blue value is 178 (69.92% from 255 or 29.37% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB2B2 is #054D4D. Grayscale: #C7C7C7. Windows color (decimal): -347470 or 11711226. OLE color: 11711226.

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

Color convert

RGB 250 178 178 -
CMYK 0 0.29 0.29 0.02
HSL 0.88% 0.84% -
HSV(B) 0.29% 0.98% -
XYZ 63.38 55.38 49.47 -
YUV 199.53 115.85 164 -
System Red Green Blue C M Y K H S L
Decimal 250 178 178 0 0.29 0.29 0.02 0 0.88 0.84
Hex FA B2 B2 0 1D 1D 2 0 58 54
Octal 372 262 262 0 35 35 2 0 130 124
Binary 11111010 10110010 10110010 0 11101 11101 10 0 1011000 1010100

Color Harmonies of #FAB2B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB2B2

Black with #FAB2B2

Text Example


Text Example

White with #FAB2B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB2B2; }

 p { color: rgb(250,178,178); }

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

background-color css

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

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

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

border-color css

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

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

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