Html Css Color HEX #FAFFC2 Carla

📋 copy color: '#FAFFC2'

red 250 ◦ green 255 ◦ blue 194

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

Shades of Carla #FAFFC2

Tints of Carla #FAFFC2

RGB

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

 GREEN value IS 255 (100% from 255) = 36.48%

 BLUE value IS 194 (76.17% from 255) = 27.75%

R = 35.77%
G = 36.48%
B = 27.75%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FAFFC2 (or 0xFAFFC2) is known color: Carla. HEX triplet: FA, FF and C2. RGB value is (250,255,194). Sum of RGB (Red+Green+Blue) = 250+255+194=699 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.77% from 699); Green value is 255 (100% from 255 or 36.48% from 699); Blue value is 194 (76.17% from 255 or 27.75% from 699); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFC2 is #05003D. Grayscale: #F6F6F6. Windows color (decimal): -327742 or 12779514. OLE color: 12779514.

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

Color convert

RGB 250 255 194 -
CMYK 0.02 0 0.24 0
HSL 64.92º 1% 0.88% -
HSV(B) 64.92º 0.24% 1% -
XYZ 84.92 95.74 65.04 -
YUV 246.55 98.34 130.46 -
System Red Green Blue C M Y K H S L
Decimal 250 255 194 0.02 0 0.24 0 64.92 1 0.88
Hex FA FF C2 2 0 18 0 41 64 58
Octal 372 377 302 2 0 30 0 101 144 130
Binary 11111010 11111111 11000010 10 0 11000 0 1000001 1100100 1011000

Color Harmonies of #FAFFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFFC2

Black with #FAFFC2

Text Example


Text Example

White with #FAFFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFFC2; }

 p { color: rgb(250,255,194); }

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

background-color css

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

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

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

border-color css

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

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

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