Html Css Color HEX #FFC8B2 Apricot

📋 copy color: '#FFC8B2'

red 255 ◦ green 200 ◦ blue 178

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

Shades of Apricot #FFC8B2

Tints of Apricot #FFC8B2

RGB

 RED value IS 255 (100% from 255) = 40.28%

 GREEN value IS 200 (78.52% from 255) = 31.6%

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

R = 40.28%
G = 31.6%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FFC8B2 (or 0xFFC8B2) is known color: Apricot. HEX triplet: FF, C8 and B2. RGB value is (255,200,178). Sum of RGB (Red+Green+Blue) = 255+200+178=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 200 (78.52% from 255 or 31.60% from 633); Blue value is 178 (69.92% from 255 or 28.12% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC8B2 is #00374D. Grayscale: #D6D6D6. Windows color (decimal): -14158 or 11716863. OLE color: 11716863.

HSL color Cylindrical-coordinate representation of color #FFC8B2: hue angle of 17.14º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFC8B2 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB 255 200 178 -
CMYK 0 0.22 0.30 0
HSL 17.14º 1% 0.85% -
HSV(B) 17.14º 0.3% 1% -
XYZ 69.93 65.78 51.13 -
YUV 213.94 107.72 157.29 -
System Red Green Blue C M Y K H S L
Decimal 255 200 178 0 0.22 0.30 0 17.14 1 0.85
Hex FF C8 B2 0 16 1E 0 11 64 55
Octal 377 310 262 0 26 36 0 21 144 125
Binary 11111111 11001000 10110010 0 10110 11110 0 10001 1100100 1010101

Color Harmonies of #FFC8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC8B2

Black with #FFC8B2

Text Example


Text Example

White with #FFC8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC8B2; }

 p { color: rgb(255,200,178); }

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

background-color css

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

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

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

border-color css

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

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

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