Html Css Color HEX #FACCCC Cosmos

📋 copy color: '#FACCCC'

red 250 ◦ green 204 ◦ blue 204

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

Shades of Cosmos #FACCCC

Tints of Cosmos #FACCCC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31%

 BLUE value IS 204 (80.08% from 255) = 31%

R = 37.99%
G = 31%
B = 31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FACCCC (or 0xFACCCC) is known color: Cosmos. HEX triplet: FA, CC and CC. RGB value is (250,204,204). Sum of RGB (Red+Green+Blue) = 250+204+204=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 204 (80.08% from 255 or 31.00% from 658); Blue value is 204 (80.08% from 255 or 31.00% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCCC is #053333. Grayscale: #D9D9D9. Windows color (decimal): -340788 or 13421818. OLE color: 13421818.

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

Color convert

RGB 250 204 204 -
CMYK 0 0.18 0.18 0.02
HSL 0.82% 0.89% -
HSV(B) 0.18% 0.98% -
XYZ 71.92 67.87 66.44 -
YUV 217.75 120.24 151 -
System Red Green Blue C M Y K H S L
Decimal 250 204 204 0 0.18 0.18 0.02 0 0.82 0.89
Hex FA CC CC 0 12 12 2 0 52 59
Octal 372 314 314 0 22 22 2 0 122 131
Binary 11111010 11001100 11001100 0 10010 10010 10 0 1010010 1011001

Color Harmonies of #FACCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACCCC

Black with #FACCCC

Text Example


Text Example

White with #FACCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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